Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #315831

    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

    #316340

    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

    #316489

    Hi Ismael,

    thank you for a quick help. Works perfectly, thank you!!

    Robert

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How to hide original price range from overview page?’ is closed to new replies.