Change Colour of Newsletter Button
-
Hello,
I’d like to change the colour of my newsletter button which appears in my website footer. I really don’t want to purchase the premium version of this plugin to simply change the colour of the button.
Is there any way I can change the yellow to blue (#006AB5) without having to purchase the premium version of MC4WP?
https://gyazo.com/17aebc83116fe0ab292508d152fff5d4
Thanks.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .mc4wp-form input[type="submit"] {
color: white;
background-color: red;
}
body .mc4wp-form input[type="submit"]:hover {
color: white;
background-color: green;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Change Colour of Newsletter Button’ is closed to new replies.