• Resolved Marina

    (@marinajoker)


    Hello,

    Nice plugin!!

    I was wondering if there is a way to style the submit button when hovered?

    Thank you in advance!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @marinajoker,

    Of course! If you have multiple forms the following CSS will style all of the Easy Forms’ submit buttons. If you send me the URL to your form I can tweak it to style just the form you’re talking about. This CSS will change the color; if you let me know what you’re trying to change I can write that for you too.

    .yikes-easy-mc-submit-button:hover {
        background-color: #38387d;
    }

    Are you familiar with adding custom CSS?

    Let me know.

    Cheers,
    Kevin.

    Thread Starter Marina

    (@marinajoker)

    Hello Kevin,

    Thank you so much for your quick reply!
    it works great! ??

    I have a similar issue. I need to make the button #4595d1 with white text and the reverse on hover. Currently the text on hover is using my theme’s transparent color and therefor the words disappear. I’ve used the above code in my theme’s “Custom CSS” field and WordPress’ Appearance Customizer and it doesn’t change anything.

    I’d appreciate your help!

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hey Pat,

    Could you send over a URL to your form? Maybe the theme is overriding the custom CSS.

    Thanks,
    Kevin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hoover Button’ is closed to new replies.