Solutons Lounge

How to remove the number of times my product page says “product”?


Hello @DaveyAlcatraz 

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>
   .products .listoftags.listofcolselected a {
       display: none !important;
   }
   .products x-cell h1 {
       display: none !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



Source link

Exit mobile version