Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1234665
    mathijs84
    Participant

    Hi guys,

    On http://streamads.nl/contact/ i want to change the button

    All the buttons are blue or white and transparent style.

    How can i change this button beneath the contact form??

    #1234882
    Joao
    Moderator

    Hi There,

    Add the following code to Appereance > Customizer > Custom > CSS and adjust according to your wishes:

    [type="submit"] {
        border-color: rgb(1,155,212);
        background-color: white;
        box-shadow: none;
        color: black !important;
    }

    Hope it helps

    Joao

    #1235125
    mathijs84
    Participant

    Thanks,

    2 more things

    1- The font looks different then other buttons.. See screenshot

    2- can we disable the hover animation!

    #1235526
    Friech
    Moderator

    Hi There,

    #1 Its the same font (Lato), but the one on contact page is not on uppercase and has a text-shadow. The custom CSS below will address this.

    #2 Update the given CSS code above to this.

    [type="submit"] {
        border-color: rgb(1,155,212);
        background-color: white !important;
        box-shadow: none !important;
        color: black !important;
        text-shadow: none !important;
        text-transform: uppercase;
    }

    Hope it helps, Cheers!

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