Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1378366
    assistcharleston
    Participant

    Hi! I’m trying to customize contact form 7, but the theme keeps overriding my settings: greenbagdesigns.com at the bottom of the page. I’d like the bottom “submit” button to be full width, and the button background to be white.

    #1378439
    Thai
    Moderator

    Hi There,

    Please find and delete this CSS:

    type="submit"] {
        width: 100% !important;
    }

    After that add the following CSS instead:

    input.wpcf7-form-control.wpcf7-submit {
        color: #000;
        background: #fff;
        width: 100%;
    }

    Hope it helps 🙂

    #1385701
    assistcharleston
    Participant

    This did not work. Please check it out.

    #1385946
    Rue Nel
    Moderator

    Hello There,

    Thanks for updating in!

    I have checked your site and it appears that you did not applied the code given by Thai. Please remove the invalid css and replace it with the one from @Thai’s reply.

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