Shopify themes, liquid, logos, and UX
Hello, I would like to change the font size of the titles of my collection pages. Currently the titles are too big compared to my other page titles.
I am using SENSE theme.
here is link to my website - https://fuzzyboss.com
thank you
Solved! Go to the solution
This is an accepted solution.
Hi,
If you want to change the collection title font size, please go to
Online Store > Actions > Edit code > Assets > component-collection-hero.css.
*Note: The component-collection-hero.css is located under Assets.
Please add the following code in to the component-collection-hero.css file.
.collection-hero__title {
font-size: 24px;
}
If you know how to modify css code, please find collection-hero__title class and just add the font size (font-size: 24px;) and change the size (24px) for your needs.
It will be as below.
.collection-hero__title {
margin: 2.5rem 0;
font-size: 24px;
}
Please don't forget to add the semicolon (;) after (number)px.
If you have any questions, please let me know.
Hope it helps.
Thanks.
This is an accepted solution.
Hi,
If you want to change the collection title font size, please go to
Online Store > Actions > Edit code > Assets > component-collection-hero.css.
*Note: The component-collection-hero.css is located under Assets.
Please add the following code in to the component-collection-hero.css file.
.collection-hero__title {
font-size: 24px;
}
If you know how to modify css code, please find collection-hero__title class and just add the font size (font-size: 24px;) and change the size (24px) for your needs.
It will be as below.
.collection-hero__title {
margin: 2.5rem 0;
font-size: 24px;
}
Please don't forget to add the semicolon (;) after (number)px.
If you have any questions, please let me know.
Hope it helps.
Thanks.
The year-end shopping spree is around the corner! Is your online store ready for the ...
By JasonH Nov 10, 2024We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024