I use shopify’s refresh theme, and i had added the text “Cash on delivery” earlier in code so it shows up on everey product page. Now, i want to remove this text from every product page but unable to find location of it .
From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
Find the theme that you want to edit and click on “Actions” and then “Edit code”.
In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
I would like to thank you for providing a solution to this. The code works perfectly well for this product. But i want it to apply to all products on my store and even now some products are shown with this line.
I would like to thank you for providing a solution to this. The code works perfectly well for this product. But i want it to apply to all products on my store and even now some products are shown with this line.
I would like to thank you for providing a solution to this. The code works perfectly well for this product. But i want only that line of “Cash on delivery” to be removed and this way everything just gets trimmed. Even i want it for all products available on my store not just this specific product.