Home Forums WoodMart support forum Change Cart Notification Color

Change Cart Notification Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #140297

    [email protected]
    Participant

    Hello,

    How do you change the color on the removed from cart notification? It does not match the default color selected in the settings menu.

    – Shawn

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

    Bogdan Donovan
    Keymaster

    Hi,

    Our theme had a default colour for notices. Green for success messages and yellow for alerts.

    If you want to changes default success message colour try to add the following code snippet to the Custom CSS area in Theme Settings.

    body .mc4wp-success, 
    body .woocommerce-message, 
    body .wpcf7-mail-sent-ok {
    	background-color: #83b735;
    }

    Ragards

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