Want to remove text from product pages - Refresh theme

Topic summary

A Shopify store owner using the Refresh theme needs to remove \

Summarized with AI on November 17. AI used: claude-sonnet-4-5-20250929.

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 .

Link of product: https://artbyartisan.com/products/adiyogi-backflow-smoke-fountain-with-10-backflow-dhoop

shows “Cash on Delivery” under product pricing - This needs to be removed.

Kindly help

1 Like

Hey @artbyatisan

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT:

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @artbyatisan

Try this one.

  • 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:
#ProductInfo-template--20644362682649__main > div:nth-child(6) > p:nth-child(2) {
    display: none;
}

I hope it help.

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi @artbyatisan ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :


Best regards,

Anthony

Hey,

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.

Reference link of another product: https://artbyartisan.com/products/seven-chakra-gemstone-tree-natural-crystal-beads-tree-home-decor-healing

It will be so much help, if this could be solved.

Thank you so much in advance.

Hey,

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.

Reference link of another product: https://artbyartisan.com/products/seven-chakra-gemstone-tree-natural-crystal-beads-tree-home-decor-h…

It will be so much help, if this could be solved.

Thank you so much in advance.

Hey,

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.

Reference link of another product: https://artbyartisan.com/products/seven-chakra-gemstone-tree-natural-crystal-beads-tree-home-decor-h…

It will be so much help, if this could be solved.

Thank you so much in advance.