How can I capitalize the titles of my policy pages?

How can I capitalize the titles of my policy pages?

flammagreg
Trailblazer
276 0 39

Hi guys, how can I capitalize the title of each of my policy pages. For example, "Privacy policy" should be "Privacy Policy". Any help is greatly appreciated! Screenshot 2024-01-28 at 12.36.29 PM.png

Replies 3 (3)

ThePrimeWeb
Shopify Partner
2139 616 519

Hey @flammagreg,

 

Go to your theme's "Edit Code" Option, then in the search bar type "theme.liquid"
Below the tag "<head>" tag paste the following. Screenshot attached for reference.

<style>
.shopify-policy__title h1 {
    text-transform: capitalize !important;
}
</style>

 

Screenshot is for reference only, the correct code to paste is the one shown above.

ThePrimeWeb_0-1706465151426.jpeg

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!
flammagreg
Trailblazer
276 0 39

Thank you!! Do you also know how to capitalize the text in the tab?

Screenshot 2024-01-28 at 1.22.18 PM.png

ThePrimeWeb
Shopify Partner
2139 616 519

Hey @flammagreg,

 

The title is taken from Pages > (page). You can't really modify that. I'm sorry

ThePrimeWeb_0-1706466715472.png

 

Was I helpful?

Buy me a coffee

🙂

Need help with your store? contact@theprimeweb.com or check out the website
Check out our interview with Shopify!