Re: DAWN | How to hide prices for COMING SOON or SOLD OUT products

Solved

DAWN | How to hide prices for COMING SOON or SOLD OUT products

gerlikask
Tourist
33 0 1

Hi,

 

How can I hide the prices of the products that are NOT available on my online shop (sold out/coming soon)?

 

I managed to hide the price on the actual product page, but the online store still shows $0 as the price.

 

I'm using the DAWN theme and the webpage is iconfit.com.au

 

I really appreciate any help you can provide.

 

Screenshot (1340).png

Accepted Solution (1)

PageFly-Victor
Shopify Partner
7865 1786 3121

This is an accepted solution.

Hi @Gerlikask,

 

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

.card-wrapper:has(.badge.badge--bottom-left.color-inverse) .price__regular{

display:none !important

}

PageFlyVictor_0-1672288020048.png

 

 

 

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly 

View solution in original post

Replies 4 (4)

PageFly-Victor
Shopify Partner
7865 1786 3121

This is an accepted solution.

Hi @Gerlikask,

 

This is Victor from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file base.css.

Step 3: Paste the below code at bottom of the file -> Save

 

.card-wrapper:has(.badge.badge--bottom-left.color-inverse) .price__regular{

display:none !important

}

PageFlyVictor_0-1672288020048.png

 

 

 

 

Hope my solution works perfectly for you!

Best regards,

Victor | PageFly 

gerlikask
Tourist
33 0 1

Hi Victor,

 

Thank you so much, it worked!

PageFly-Victor
Shopify Partner
7865 1786 3121

Hi @gerlikask,

you are welcome, I am glad when can help you 😍

millyen
Tourist
9 0 1

Hello. How did you managed to create a “coming soon” badge? Is that only for out of stock items?