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>
Find Global Growth Opportunities For Your Business with Shopify AcademyLearn how to exp...
By Shopify Feb 4, 2025Hey Community, happy February! Looking back to January, we kicked off the year with 8....
By JasonH Feb 3, 2025Expand into selling wholesale with Shopify Academy’s learning path, B2B on Shopify: Lau...
By Shopify Jan 28, 2025