Hi
Do you know where can I hide crossed out price (barred price)
See screen shoot
Regards
Hey jb84,
Please post a link to where we can inspect the element and we’ll have a closer look at it.
Best regards,
Rikard
Please find link
Hi,
Try adding this code in Quick CSS (located in Enfold > General Styling):
#top p.price del, #top p.price ins:before {
display: none !important;
}
Hope this helps :)
Best regards,
Nikko
You did it Nikko
It works on product page but not on cat page. Its strange…
How to do the same on category page?
Hi!
Try to replace the code I gave you to this one:
#top p.price del,
#top span.price del,
#top p.price ins:before,
#top span.price ins:before {
display: none !important;
}
Let us know if this helps :)
Best regards,
Nikko
great!
thanks