Home Forums WoodMart support forum Change Notification bar text and background color

Change Notification bar text and background color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #34952

    ady66
    Participant

    Hello, how can i change text color (white to black) and background color (orange to green) for the Notification bar? Thank you.

    #34957

    Artem Temos
    Keymaster

    Hi,

    Could you please provide us a screenshot and link where we can see the notification you want to change?

    Thank you

    #34966

    ady66
    Participant

    Ok, please see attachment files.

    Attachments:
    You must be logged in to view attached files.
    #34981

    Artem Temos
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings to do this

    body .woocommerce-cart-notice {
        background-color: #459647;
    }
    
    body.woocommerce-checkout .woocommerce>.woocommerce-info .amount {
        color:#26ba45;
    }
    
    body.woocommerce-checkout .woocommerce>.woocommerce-info .button {
        color:#26ba45;
        border-color:#26ba45;
    }
    #34989

    ady66
    Participant

    Thank you so mutch.

    #34991

    Artem Temos
    Keymaster

    You are welcome!

Viewing 6 posts - 1 through 6 (of 6 total)