Hi
Im using shella theme for my shopify store. Does anyone knows how to reduce policy title font size. Please check attached image.
A Shopify store owner using the Shella theme seeks help reducing the font size of policy titles.
Proposed Solution:
A user provides step-by-step CSS customization instructions:
theme-d.css file.MainContent #shopify-policy__title h1 with font-size: 30px (or desired size)Additional Requests:
Other participants ask for the store URL (and password if protected) to provide more specific assistance.
The thread remains open, awaiting confirmation whether the CSS solution resolved the issue.
Hi
Im using shella theme for my shopify store. Does anyone knows how to reduce policy title font size. Please check attached image.
Hi, what’s your store’s URL?
Hi @amazezones ,
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file theme-d.css
Step 3: Paste the below code at the bottom of the file → Save
#MainContent .shopify-policy__title h1{
font-size:30px
}
Hope my solution works perfectly for you!
Best regards,
Oliver | PageFly
Hi @amazezones
Would you mind to share your store URL website, with password if its protectd? Thanks!