Remove all capital text code and random code showing on product page.

Solved
garmentstudios
Visitor
1 0 0

I recently changed all the text on my website to capital and would like to restore it back to its original text.

 

My site is also showing some random coding "size: s" on the product pages which I would also like removed.

 

Theme - Showcase

Site is - www.garmentstudios.au

 

Random Code.jpg

Accepted Solution (1)
Dan-From-Ryviu
Shopify Partner
5402 980 1005

This is an accepted solution.

Hi @garmentstudios 

Please add this code to your theme.liquid file before </head> tag to restore your website back to original text 

<style>
body {
text-transform: unset !important;
}
</style>

And go to your Online store > Themes > Edit code, open product page template liquid file, find "Size: S" and remove to solve. 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now

View solution in original post

Replies 2 (2)
PaulNewton
Shopify Partner
5931 537 1240

To get this debugged , fixed and customized then contact me by mail for services.
ALWAYS please provide context, examples: store url, theme name, post url(s) , or any further detail in ALL correspondence.
Contact info in signature.

 

Beyond that you'd need to drastically increase the problem description to try and get free contributions such as describing all the previous steps that led to the current outcome for another person to have some sense of  how to undo it for free.

 

Good Hunting.

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


Dan-From-Ryviu
Shopify Partner
5402 980 1005

This is an accepted solution.

Hi @garmentstudios 

Please add this code to your theme.liquid file before </head> tag to restore your website back to original text 

<style>
body {
text-transform: unset !important;
}
</style>

And go to your Online store > Themes > Edit code, open product page template liquid file, find "Size: S" and remove to solve. 

- Helpful? Like and Accept a solution. - Donate: Buy coffee - or Paypal me ❤️
- Ryviu - Product Reviews app, collect consumer photo reviews, import reviews from AliExpress, Amazon, Etsy, Shoppe and Walmart and CSV.
- Lookfy app: Create Image Lookbook, Photo Gallery with product hotspots
- Enjoy 3 months of Shopify for $1/month. Sign up now