• Resolved moonstruck

    (@moonstruck)


    Hi this kind of “simple” form is exactly what I was looking for! Just installed and hope it will work well for a long time.

    Just curious if it is possible to add custom CSS-code to make the SEND-button change colour on mouserover? So it will blend in with my other buttons.

    I tried but couldn′t make it work, probably did not find the right target. Or maybe it isn′t that kind of button type?

    (By the way, it took me a long time to understand where I needed to put the reCaptcha code. I thought I needed an extra plugin. When found, it was so obvious and super easy. But maybe you could add one line of explanation/reminder in your plugin description, that it is a setting in admin under Meow.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jordy Meow

    (@tigroumeow)

    Hi @moonstruck,

    Just curious if it is possible to add custom CSS-code to make the SEND-button change colour on mouserover? So it will blend in with my other buttons.

    In fact, all the fields, including the button, were all “input”. I just made a new release, and now the button is a real “button”. That will be now easier to customize it. You can try this (with the new version):

    button.meow-contact-form__group-input:hover {
        background: red !important;
    }

    By the way, it took me a long time to understand where I needed to put the reCaptcha code. I thought I needed an extra plugin. When found, it was so obvious and super easy.

    Indeed ?? Added a bit more information in the description of the plugin.

    Hi this kind of “simple” form is exactly what I was looking for! Just installed and hope it will work well for a long time.

    You are welcome! ?? This plugin is not famous (at all) so don’t hesitate to leave a little review, that will help. Thank you for using it!

    Thread Starter moonstruck

    (@moonstruck)

    Thank you for the quick update! That did the trick and now I have a button that fits in with the rest. Happy!

    I will try it out for a couple of weeks to see everything is working (but it already seems like it does) and then come back with a review.

    Have a good day!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘On mouse over?’ is closed to new replies.