Tagged: 

Viewing 15 posts - 1 through 15 (of 35 total)
  • #155776
    geomatani
    Member
    Post count: 129

    Hi,
    Is it possible to change regular price to Black color, but have sale price still in red?

    This color is controlled from Customize >Woo commerce > Highlight Color (price labels and sale flashes).

    Attachments:
    You must be logged in to view attached files.
    #155791
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please provide me specific page url with issue to check and find exact solution.
    Thanks
    Mohammad

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

    Hi,
    Please use this custom css code:-

    del > span.amount{
    display:none !important;
    }

    Thanks
    Mohammad

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

    Hi,
    Please remove last code and use this new code:-

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

    Thanks
    Mohammad

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

    Hi,
    Where can i see a product with regular price and sale price? Have you removed last css code?
    Thanks
    Mohammad

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

    Hi,
    Please use this css code also:-

    .woocommerce ul.products li.product .price {
        color: #D33 !important;
    }
    
    ins > span.amount{
    color: #D33 !important;
    }

    Now you will see regular price in black and Sale Price in red color.

    Thanks
    Mohammad

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

    Hi,
    Please use this custom css code:-

    .home span.amount{
    color:#000 !important;
    }

    Thanks
    Mohammad

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

    Hi,
    Please use this custom css code and i have combined all code:-

    del > span.amount{
    color:#000 !important;
    }
    .woocommerce ul.products li.product .price {
    color: #D33 !important;
    }
    ins > span.amount{
    color: #D33 !important;
    }
    .home span.amount{
    color:#000 !important;
    }

    Thanks
    Mohammad

    #156542
    geomatani
    Member
    Post count: 129
    This reply has been marked as private.
Viewing 15 posts - 1 through 15 (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