Bottom bar Color customization
-
Hello,
Could you please tell me how can I change the colors of this bottom green bar(background and text). This bar is shown sometimes. I have found it atleast two conditions.
1) Default woocommerce add to cart when ajax mini cart fails to load sometimes
2) Mailchimp subscription success message.
Refer screenshot please
Image Uploaded again below
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings to change them
body #yith-wcwl-popup-message,
body .dokan-alert-success,
body .dokan-message,
body .dokan-store-contact .alert-success,
body .mc4wp-success,
body .woocommerce-message,
body .wpcf7-mail-sent-ok,
body .yith_ywraq_add_item_product_message,
body .mc4wp-form-theme .mc4wp-success{
background-color: #1484bd;
color: white;
}
Regards
The topic ‘Bottom bar Color customization’ is closed to new replies.