Capitalize All Product Titles in Testament Theme

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.

Hello @IndianBrand
Can you share store URL?

www.inchperfect.in

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 on theme.liquid

.product-info-inner a span.prod-title { text-transform: uppercase !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as 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 tag

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?