Home Forums WoodMart support forum Bottom bar Color customization

Bottom bar Color customization

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #77306

    addy
    Participant

    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

    #77307

    addy
    Participant

    Image Uploaded again below

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

    Artem Temos
    Keymaster

    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

    #77325

    addy
    Participant

    Worked! Thank you:)

    #77336

    Artem Temos
    Keymaster

    You are welcome 🙂

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

The topic ‘Bottom bar Color customization’ is closed to new replies.