Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1232496
    kestough
    Participant

    I’m trying to get the button on the contact form to look like the transparent button next to it. It’s using the Contact Form 7 plugin, and I’ve seen a bit of CSS but nothing that does exactly what I need. Just wondering if it’s possible to get just this button to change without changing the global settings for all my buttons.

    See screenshot here: http://www.clipular.com/c/5779661980434432.png?k=jWlNoxo8qZsj6ktRcj4F_oPR-G0

    #1232616
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    Thanks.

    #1232628
    kestough
    Participant
    This reply has been marked as private.
    #1232696
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .page-id-75 #x-section-3 .wpcf7 #form-submit{
        background-color: transparent;
        border: 3px solid #fff;
        color: #fff;
        padding: 0.429em 1.143em 0.643em;
        text-transform: uppercase;
        font-size: 14px;
    }
    

    Hope that helps.

    #1233291
    kestough
    Participant

    Thanks! That worked!

    #1233494
    Nabeel A
    Moderator

    Glad it worked.

    Cheers!

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