Hi all - I have several pages on my site (not product or collections) and the page title font is too large even when adjusted to the lowest level. Would someone tell me which header this is or what code needs to be added to bring it down?
HI @mmstudio
This is Victor from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
.shopify-policy__title h1 {
font-size: 28px !important;
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Thank you but it didn’t adjust the page titles font size. I tried making it 20px to see if there was an effect and there wasn’t. Any other ideas?
You can see the site here -
@mmstudio - can you please share the page link of which you have shared the screenshot?
HI @mmstudio
You can try again with this code:
h1.main-page-title.page-title.h0 {
font-size: 28px !important;
}
You can try to use this code
.main-page-title { font-size: 28px !important; text-align: center; }
Hello @mmstudio ,
From the screenshot you provided, we assumed this is the articles in your blog?!
You can try to:
Go to Online Store → Theme → Actions → Edit code
Open the theme.liquid → add the following code
.article-title {
font-size: XXpx;
}
Save and preview.
Hope this can help.
Ali Reviews team
Thanks so much - that’s it.
Over a year later and this helped me too! Thank you PageFly-Victor ![]()

