Capitalize All Product Titles in Testament Theme

Solved

Capitalize All Product Titles in Testament Theme

IndianBrand
Tourist
4 0 1

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. 

Accepted Solution (1)

webwondersco
Shopify Partner
1200 171 174

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>

 

webwondersco_0-1715179255981.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram

View solution in original post

Replies 6 (6)

niraj_patel
Shopify Partner
2391 516 515

Hello @IndianBrand 
Can you share store URL?

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com
IndianBrand
Tourist
4 0 1
niraj_patel
Shopify Partner
2391 516 515

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.

Shopify Partner || Helping eCommerce Stores
- Was my reply helpful? Click Like to let me know!
- Was your question answered? Mark it as an Accepted Solution.
- For further discussion contact: Email ID- info@techlyser.com

webwondersco
Shopify Partner
1200 171 174

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>

 

webwondersco_0-1715179255981.png

 

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram
IndianBrand
Tourist
4 0 1

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.

webwondersco
Shopify Partner
1200 171 174

@IndianBrand Could you please share the screenshot?

Web Wonders | Shopify Partner | Connect here!
- Question answered? Mark as Accepted Solution, reply helpful? Click Like
- Hire me, if you want to design, re-design, develop a store, or make changes to the pre-built store.
- a small Coffee Tip would be greatly appreciated. :)..! Instagram