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
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
Go to Online Store → Theme → Edit code.
Open your theme.liquid file
Paste the below code before on theme.liquid
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; }