Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1241564
    15bakes
    Participant

    Hi all the buttons on my website http://minhle.ca/ are a very nice blue color.

    However on my contact form it is black and doesn’t match my theme. http://minhle.ca/get-in-touch/

    Could I have a code to change this?

    #1241902
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    
    .wpcf7-submit {
        background-color: #02aed6;
        border-color: #02aed6;
        box-shadow: 0 0.25em 0 0 #02aed6, 0 4px 9px rgba(0, 0, 0, 0.75);
    }
    
    .wpcf7-submit:hover {
        background-color: #0b8ead;
        border-color: #0b8ead;
        box-shadow: 0 0.25em 0 0 #0b8ead, 0 4px 9px rgba(0, 0, 0, 0.75);
    }
    

    Hope that helps.

    #1242763
    15bakes
    Participant

    works great! thank you very much!

    #1242916
    Friech
    Moderator

    You’re more than welcome, glad we could help.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-1241564 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>