Tagged: CONTACT FORM
Hi
How do i change the colour of the “get in touch” button on the contact form in the link below?
I’d like to change it to #00733C
Thanks in advance
Richard
Hey foggygolf30!
Add this to a codeblock element in that page content.
<style type = "text/css">
input.button {
background-color: red !important;
border-color: blue !important;
}
</style>
Best regards,
Elliott
Hi I’m sorry but that doesn’t seem to be working?
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia_ajax_form .button {
background: #00733C!important;
}
If that too does not work, please create a temporary admin login and post it here privately
Best regards,
Yigit
Thats perfect – works a treat!