I have the “Craft” theme, but the titles on the collection pages are too big. Please can someone help me make them smaller? Thank you!
1 Like
Hi @RubyB11
Im not sure if this will work if not then would you mind to share store URL website? Thanks!
- From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
- Find the theme that you want to edit and click on “Actions” and then “Edit code”.
- In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
h1.collection-hero__title {
font-size: 3rem;
}
- And Save.
- Result:
Hi @RubyB11
I hope you are doing good and welcome to the Shopify Community!
I am San from MS Web Designer.
Please add this css in your bottom of the base.css file:
.collection-hero__title {font-size: 32px !important;}
Regards,
San
Thank you! it worked ![]()
