Changing size of a policy title

Hello Id like to center all text and make the titles the same size. Thank you! My website

This is Noah from PageFly - Shopify Page Builder App

Hi @cedelgado Please add code here to change font-size:

Step 1: Online Stores > Themes > Edit code

Step 2: Choose file theme.liquid
Step 3: Add code above the tag


Hope my solution will help you resolve the issue.

Best regards,

Noah | PageFly

Hello @cedelgado

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

.shopify-policy__container h1 { font-weight: 800; } .shopify-policy__body h2 { font-size: 20px !important; text-align: center; } .shopify-policy__body h3 { font-size: 20px !important; text-align: center; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @cedelgado
Please add this code to theme.liquid file, after in Online Store > Themes > Edit code


Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.shopify-policy__container h1 {
font-size: 25px!important;
}