Shopify themes, liquid, logos, and UX
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!
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.
Thank you!! Do you also know how to capitalize the text in the tab?
Hey @flammagreg,
The title is taken from Pages > (page). You can't really modify that. I'm sorry
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025