• Resolved aib20

    (@aibtreger)


    Hello Support!

    Could you help me change the colour of the button when it’s clicked? It can be seen here.

    Its colour and hover is OK, but when I click on it to send a message, the button colour changes to pale blue. Is there any way to keep the hover effect on the click?

    Thanks!

    • This topic was modified 4 years ago by aib20.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Prashant Rai

    (@prashantrai)

    Hello @aibtreger,

    Thanks for contacting us!

    To do what you mentioned we need some custom CSS, which I’ve included here:

    div.wpforms-container-full .wpforms-form button[type=submit]:disabled {
        background-color: #3498db !important;
        opacity: 1 !important;
    }

    And in case it helps, here’s a great tutorial from WPBeginner on how to add custom CSS like this to your site: https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    I hope this helps! When you’ve had a chance to give this a try, could you please let me know if this works for you?

    Thanks! ??

    Thread Starter aib20

    (@aibtreger)

    Hello Prasant!

    Thanks so much for the snippet. Of course, it works ??

    Kind regards
    Aib

    Prashant Rai

    (@prashantrai)

    You’re most welcome — happy to help @aibtreger ??

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