 
	
		
		
		
		
			
Any way to do this?
Hey Pointbreakd,
Please try the following in Quick CSS under Enfold->General Styling:
.gform_footer #gform_submit_button_1 {
    padding: 15px 30px;
    border-radius: 3px;
    color: #ffffff;
    border-color: #36486a;
    background-color: #36486a;
}Best regards,
Rikard
Thanks but that didn’t work (no change).
Actually it made the submit button tiny.
Hi Pointbreakd,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .gform_wrapper input {
    border-radius: 3px;
    text-decoration: none;
    display: inline-block;
    margin: 3px 0;
    line-height: 1.2em;
    position: relative;
    padding: 15px 30px 13px;
    font-size: 13px;
    min-width: 139px;
    color: #ffffff;
    border-color: #36486a;
    background-color: #36486a;
}
If you need further assistance please let us know.
Best regards,
Victoria
I’m not seeing the change – are you?
