Hello,
is it possible to get Quick CSS to hide original price range (before discout) from overview page?
Since I do have in one row 4 product thumbnails, some of them discounted, some of them not, it makes boxes with discouted products a little bigger, because there are original price range and discounted price range. It makes one more line. Would be helpful if price before discounting would be hidden. If it is not clear what i mean, please check homepage of my web: http://www.manufactura.cz
Thanks in advance!
Robert
Hi Robert188!
Thank you for using Enfold.
You can use this on Quick CSS or custom.css:
.sale span.price del {
display: none !important;
}
#top #wrap_all ins:before {
content: "";
padding: 0;
}
Cheers!
Ismael
Hi Ismael,
thank you for a quick help. Works perfectly, thank you!!
Robert