Shopify themes, liquid, logos, and UX
Hello, I am using Testament theme 13.
I have around 100 products on my website and I want to change all the product titles/names to capital.
How do I do that. Kindly help me.
Solved! Go to the solution
This is an accepted solution.
@IndianBrand Hope you are doing well.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </body> tag
<style>
span.prod-title {
text-transform: uppercase;
}
</style>
Hello @IndianBrand
Can you share store URL?
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 </body> on theme.liquid
<style>
.product-info-inner a span.prod-title {
text-transform: uppercase !important;
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
This is an accepted solution.
@IndianBrand Hope you are doing well.
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- Add the following code in the bottom of the file above </body> tag
<style>
span.prod-title {
text-transform: uppercase;
}
</style>
Hello, Thankyou it worked but it hasn't worked for the product page. when I opened a particular product the product title is not in uppercase.
@IndianBrand Could you please share the screenshot?
Shopify 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, 2025Learn how to increase conversion rates in every stage of the customer journey by enroll...
By Shopify Mar 5, 2025