Home Forums WoodMart support forum HOW TO CHANGE COLOR OF SUCCESS MESSAGE

HOW TO CHANGE COLOR OF SUCCESS MESSAGE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #105337

    Jeriss Cloud Center
    Participant

    How to change color of the message?

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

    Hello,

    This is changed with custom CSS. What action calls the message?

    Best Regards

    #105568

    Jeriss Cloud Center
    Participant

    For example, in my header, hit on “livraison gratuite dès 45 €” it will open the promo pop-up. Enter an email and you’ll get the message.

    But the thing is that I don’t want to change PER action but globally for ALL kind of messages. And I don’t know what are all the list of actions which could call this message.

    In the screenshot below, you’ll notice the CSS class there is specific to “mail sent” but what if the message would be called by any other action?? I’m not gonna start listing all the actions…

    Is there a way to change this color for all success message?

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

    Hello,

    Add this code:

    body .wpcf7-mail-sent-ok {
        background-color: red;
    }

    Set the color as per your needs.

    Best Regards

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