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.
Starting a B2B store is a big undertaking that requires careful planning and execution. W...
By JasonH Sep 23, 2024By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024