Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #726502

    Hi
    Do you know where can I hide crossed out price (barred price)
    See screen shoot
    Regards

    #726890

    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

    #726962

    Please find link

    #727764

    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

    #727772

    You did it Nikko
    It works on product page but not on cat page. Its strange…
    How to do the same on category page?

    #727788

    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

    #728020

    great!
    thanks

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Hide crossed out price’ is closed to new replies.