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)
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
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.
span.badge.price__badge-sold-out.color-inverse {
display: none;
}
You can try with this code.
