• Resolved cinthalvarez

    (@cinthalvarez)


    Good morning,

    I’m having problems with the “subscribe” button on the widget I’ve installed.
    I’ve attemped to change the hover color in the theme, and also through CSS, but I can’t find the way to do it. Any ideas?

    Thanks in advance,
    Cinthya

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello @cinthalvarez,

    Thanks for writing. Try this snippet:

    #mailpoet_form_1 .mailpoet_submit:hover {
        color: #fff;
        background: #00504bb3;
    }

    ?Let us know if you need further assistance.

    ?Thanks,

    Chelo

    (@chelofonte)

    Hello, unfortunately, that snippet does not work for me.

    Seems incredible that Mailpoet doesn’t provide an easy way to add hover color to the submit button.
    Any anyone here knows how to do it?
    THANKS in advance for any help.

    jetxpert

    (@jetxpert)

    @chelofonte,

    Checked your website. It appears you got the code to work.

    For future reference, you can also try:

    #mailpoet_form_1 .mailpoet_submit:hover {
        color: #fff!important;
        background: #00504bb3!important;
    }

    In case you’re wondering, we also did something similar. Adding custom CSS codes to our website is not unusual.

    Cheers!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change hover color on “subscribe” button’ is closed to new replies.