How can I capitalize first letter of each word of the policies? Any help is greatly appreciated!
Topic summary
A user seeks help capitalizing the first letter of each word in their Shopify store’s policy pages.
Solution Provided:
- Access Online Store → Edit Code → theme.liquid file
- Insert custom CSS code above the closing
</body>tag - The code snippet appears to use CSS text-transform properties to achieve title case formatting
Status: The issue appears resolved with step-by-step instructions provided. The helper requested the store URL for verification and delivered a code-based solution involving theme file modification.
Note: Some text in the conversation appears corrupted or reversed, but the core technical solution remains clear.
Hey @flammagreg
Can you share your Store URL so I can have a look on it? Also, if you have password enabled then please share the password as well. Your cooperation would be greatly appreciated.
Best Regards,
Moeed
Hey @flammagreg
Follow these Steps:
-
Go to Online Store
-
Edit Code
-
Find theme.liquid file
-
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed

