Remove price from "recently viewed" slider / carousel

Hey there!

I would like to remove the “free” price from all of the items that ever pop up in my recently viewed / related product slider / carousel at the bottom of my product pages.

URL: https://www.unadiamond.com/products/cushion-diamond-ring

Hello @unadiamond

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-item--centered .product-item__price__holder span.new-price { display: none !important; }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.

Hi @unadiamond

Please add this code to Custom CSS in Online Store > Themes > Customize > Theme settings

#shopify-section-template--22991038611731__related .product-item__price__holder { display: none !important; }