Okay
  Public Ticket #901770
Form Button Size
Closed

Comments

  •  2
    Ben Brewer started the conversation

    Is there a way to change the size of the submit button on my form?

  •  8,996
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  2
    Ben Brewer replied

    Sorry, I thought it was in the initial Ticket.


    http://npcplano.com/resources/#contact

  •  8,996
    Tahir replied

    No Worries, Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    input[type=submit], button[type=submit], input[type="button"] {
        padding: 20px 25px !important;
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Ben Brewer replied

    Thanks that worked great for the form. The search button in the footer looks like this now. Is there a separate css I can use to change that?

  •  8,996
    Tahir replied

    Hey Again,

    Remove the css earlier provided and use this : 

    .wpcf7 input[type=submit] {
        padding: 25px 55px !important;
        font-size: 18px !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  2
    Ben Brewer replied

    Great! Thank you.