Increase font size of category banner custom css

Hi,

just a quick question - whats the custom css to increase font size of category banner ? tried some didnt’ work.

s. screen shot:

store url:

www.mism.store

Thanks!

best,

team-mism

Hi @monomgroup ,

Try this.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “theme.css, styles.css or base.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:
  4. And Save.
h1.collection-hero__title {
    font-size: 20px !important;
}

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css

.collection-hero__title {
    font-size: 30px !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly