Home Forums WoodMart support forum Change Colour of Newsletter Button

Change Colour of Newsletter Button

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

    WASIPLtd_Website
    Participant

    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.

    #373115

    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

    #373159

    WASIPLtd_Website
    Participant

    Thank you Elise!

    #373478

    You are welcome! We are here to help.

    Wish you a wonderful day!

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

The topic ‘Change Colour of Newsletter Button’ is closed to new replies.