Dawn - Change Policies Page Title font size

Hey Everyone, i need help to change the font size of the titles in my policies pages, without affecting other pages of my website

Website is in my signature.

Thank you.

Hello @Dabou :waving_hand:

In Shopify Admin, you can go to Edit theme code, open file base.css and add this code at the bottom

.shopify-policy__title h1 {
    font-size: 32px !important;
}

Hope that helps!

Hi @Dabou

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the


Hope this can help you solve the issue

Best regards,

Richard | PageFly

@ZenoPageBuilder Thank you, it worked.

If you could check this post you replied to https://community.shopify.com/post/2451108
I still need help if you are able, thanks.

@PageFly-Richard Thank you, it worked.

Glad that i can help.

Great & thanks : )