We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Remove price from "recently viewed" slider / carousel

Solved

Remove price from "recently viewed" slider / carousel

unadiamond
Excursionist
29 0 5

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.

 

unadiamond_0-1724230592754.png

 

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

 

Accepted Solution (1)

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

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

niraj_patel_0-1724230872108.png

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

View solution in original post

Replies 2 (2)

niraj_patel
Shopify Partner
2391 516 516

This is an accepted solution.

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

niraj_patel_0-1724230872108.png

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

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

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; }

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.