How can I alter the font of my page title in Minimal?

How can I change the page title font, not the product title fonts

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find assets > theme.scss.liquid and paste this at the bottom of the file:
.grid-link__title{
font-size: 1.3em !important;
}
.grid-link__meta{
font-size: 1em !important;
}

Hey @Goosha.

Thanks for reaching out.

Did you attempt the coding change advised by @ZestardTech , by any chance? If this change in coding worked for you, be sure to mark their post as a solution to inform others that may view the thread.

Looking into the options available using the Minimal theme, we can make changes to the font on the theme by navigating to the Theme Editor. However, making a change to the font headers using the theme editor will automatically apply those changes to the entire online store. You can select on the theme settings to see the typography section to make changes to the headers of the online store. I took a screenshot from my test store to show you the section I am referring to:

If you would like to only change the page font title, you can do so by making a change to the themes coding. Since the Minimal theme is designed and supported by Shopify, we can use free design time for Shopify themes to have our internal team make the changes on your behalf. If you are interested in using the design time, you will need to login to your store using our Contact Us page. This will allow us to securely verify you as the store owner before speaking directly with a Support Advisor about the changes you would like to see.

Let me know if you have any questions.