Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1217968
    sunship
    Participant

    Hello,

    I would like to change the styling of the button on the contact form 7 here: http://kiermyer.com/contact/ to be the same gray rectangle st the subscritption form next to it. Can you help me please?

    thanks

    #1217975
    sunship
    Participant
    This reply has been marked as private.
    #1217981
    Christian
    Moderator

    Hey there,

    Please add the code below in your Appearance > Customize > Custom > Global CSS

    .wpcf7 .wpcf7-form.cf7skins.cf7s-blush input[type="submit"] {
        font-size: 19px;
        padding: 5px 15px;
        color: #fff;
        border: 1px solid #bfbfbf;
        color: #fff!important;
        background-color: #444!important;
        border-color: #1e1e1e;
        border-radius: 2px;
    }

    Hope that helps. 🙂

    #1218052
    sunship
    Participant

    🙂

    Works great – thank you!

    #1218078
    Thai
    Moderator

    If you need anything else please let us know.

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