Tagged: CONTACT FORM, customization, submit button
Hello,
I am looking to make my “submit” button on the contact form full-width and a custom color. in this link: https://mysite.com/led-screen-rental-san-francisco/ – i would like the “submit” button to be our brand’s red and full-width within the column.
Thanks,
Ryan
Hey ryanmeighan,
Add this to quick css:
input.button{
width:100%!important;
background: #bd2727!important;
}
Best regards,
Jordan Shannon
Thank you Jordan. I was not familiar with quick CSS, so i looked it up –
“The Quick CSS section is provided in the theme options to add your custom CSS code easily and quickly. You can access this section from the Enfold theme Options > General Styling > Quick CSS”
This appears that it will affect my whole site. I am just looking for one custom contact form. Thoughts?
Hi,
Adjust the code to this:
.page-id-5346 input.button{
width:100%!important;
background: #bd2727!important;
}
Best regards,
Jordan Shannon
You rule! thank you!
Hi,
I’m happy to help. If you need additional help, please let know here in the forums.
Best regards,
Jordan Shannon