Comments 2Ben Brewer started the conversationSeptember 25, 2016 at 9:22pmIs there a way to change the size of the submit button on my form? 8,996Tahir repliedSeptember 26, 2016 at 11:12amHey, Please provide the page url so that i can write up the custom css for whats possible. Thanks ThemeNectar Support Team 2Ben Brewer repliedSeptember 27, 2016 at 2:12amSorry, I thought it was in the initial Ticket.http://npcplano.com/resources/#contact 8,996Tahir repliedSeptember 27, 2016 at 4:21pmNo 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 2Ben Brewer repliedSeptember 27, 2016 at 8:44pmThanks 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,996Tahir repliedSeptember 28, 2016 at 10:48amHey 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 2Ben Brewer repliedSeptember 28, 2016 at 7:45pmGreat! Thank you. Sign in to reply ...
Is there a way to change the size of the submit button on my form?
Hey,
Please provide the page url so that i can write up the custom css for whats possible.
Thanks
ThemeNectar Support Team
Sorry, I thought it was in the initial Ticket.
http://npcplano.com/resources/#contact
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) :
Thanks
ThemeNectar Support Team
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?
Hey Again,
Remove the css earlier provided and use this :
Thanks
ThemeNectar Support Team
Great! Thank you.