Tagged: 

Viewing 15 posts - 16 through 30 (of 35 total)
  • #156547
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Please remove all the CSS, set the highlight color to black. Then if you want the old price to be red add this:

    del > span.amount{
    color:#D33 !important;
    }

    – Kyle

    #156577
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #156589
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #156756
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    What you’re asking for is not possible, normal prices either have to be red or black, and crossed out prices have to be red or black. I thought you would want the crossed out prices in red but the normal prices in black?

    – Kyle

    #156872
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #156874
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Try this:

    .woocommerce ul.products li.product.sale .price ins {
      color: #D33;
    }

    – Kyle

    #156879
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #156880
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

    #235100
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #235153
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .woocommerce div.product p.price del, .woocommerce div.product span.price del {
        color: #000 !important;
    }
    

    Thanks
    Mohammad

    #235318
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #235320
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You need to put it in Theme Options > Custom CSS

    – Kyle

    #235325
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
    #235331
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    The css rule is correct, try moving it to the top of your custom css

    – Kyle

    #235342
    geomatani
    Member
    Post count: 129

    That worked fine, thanks

Viewing 15 posts - 16 through 30 (of 35 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register