HOW TO CHANGE COLOR OF SUCCESS MESSAGE
-
How to change color of the message?
Attachments:
You must be
logged in to view attached files.
Hello,
This is changed with custom CSS. What action calls the message?
Best Regards
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.
Hello,
Add this code:
body .wpcf7-mail-sent-ok {
background-color: red;
}
Set the color as per your needs.
Best Regards