Shopify themes, liquid, logos, and UX
Hi,
i’m looking to change the font size & align left on my collection banner only no other pages. My site is https://b32b39-5.myshopify.com/collections/all
Solved! Go to the solution
This is an accepted solution.
Hey @MIKESTORK,
Please add this into the Custom CSS in the Theme Customizer -> Settings
h1.h1 {
font-size: 4rem !important;
}
This is an accepted solution.
Hey @MIKESTORK,
Please add this into the Custom CSS in the Theme Customizer -> Settings
h1.h1 {
font-size: 4rem !important;
}
Hello @MIKESTORK
You can add code by following these steps
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. Paste the below code before </body> on theme.liquid
<style>
.relative .container--xs {
max-width: 100% !important;
margin: 0 0 !important;
}
.prose :first-child{
text-align: left !important;
margin-left: 47px !important;
font-size: 20px !important;
}
</style>
In Canada, payment processors, like those that provide payment processing services t...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025