Delete double price as shown on the image

Delete double price as shown on the image

SLUG043
Visitor
2 0 0

Hi, i accidentally messed with the code and now it looks like this: product page. How can I restore it back to normal? (i only want the current selling price and the disco)

 

Screenshot 2023-12-29 142311.png

Replies 3 (3)

PageFly-Henry
Shopify Partner
1184 335 299

Hi @SLUG043 

This is Henry 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

 

.price__regular span.price-item.price-item--regular {

    display: none !important;

}

 

Hope that my solution works for you.

Best regards,

Henry | PageFly

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.

SLUG043
Visitor
2 0 0

Hi Henry, many thanks for the fast reply and solution. It worked. However, how can we get rid of the black out of stock sales tag? There is something messed up in the code i think.

PageFly-Henry
Shopify Partner
1184 335 299
span.badge.price__badge-sold-out.color-inverse {
display: none;
}

You can try with this code.

Please let me know if it works by giving it a Like or marking it as a solution!


PageFly - #1 Page Builder for Shopify merchants.


All features are available from Free plan. Live Chat Support is available 24/7.