Re: how to get rid of "from $25.00 USD" description below product

Solved

how to get rid of "from $25.00 USD" description below product

msjogren1
New Member
10 0 0

https://longtimefrienddiscount.myshopify.com/

 

i want to get rid of price summary under product - so the only thing there is the product title Screen Shot 2024-02-19 at 4.47.55 PM.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

This is an accepted solution.

Hi @msjogren1 

You can do that by adding this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
.card-information>.price { display: none !important; }
</style>

Screenshot 2024-02-20 at 09.52.36.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11308 2214 2383

This is an accepted solution.

Hi @msjogren1 

You can do that by adding this code to theme.liquid file, after <head> in Online Store > Themes > Edit code 

<style>
.card-information>.price { display: none !important; }
</style>

Screenshot 2024-02-20 at 09.52.36.png

- Found this helpful? Hit "Like" and "Accept as Solution"! - Feeling generous. Buy me coffee!
- Reton: Loyalty & Rewards - Earn points through tasks, redeem for discounts, and enjoy exclusive VIP rewards!
- Ryviu - Reviews & QA app: Collect product reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Shopee, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image
Built for Shopify

Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- En...
Sign up now.