Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1205015
    onefoursix
    Participant

    re: http://146test2.co.uk/beerg/contact/

    I need the contact form button black then red when hovered on rather than white then red please?

    #1205181
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance > Customizer > Custom > CSS

     input[type="submit"] {
        background: black;
        color: white;
    }
     input[type="submit"]:hover {
        background: red;
        color: white;
    }

    Hope it helps

    Joao

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