Hi!
I have the following situation.
– i created a contactform (just an email field plus submit button)
– the submit input button has the theme color (which is in this case blue)
– on other parts of the site i created “buttons” (the theme style element, not real forms) and gave theme a yellow color- there i have an option from enfold to give them separate colors
i want to also change the contactform buttons to the same style as the avia buttons, but i am unable to change the color in the formbuilder within the enfold theme.
how can i approach this?
thank you
Hi rolfroyce!
Please add following code to Quick CSS in Enfold theme options under Styling tab and adjust as needed
.main_color input[type='submit'] { background-color: orange; color: #ffffff; border-color: orange; }
.main_color input[type='submit']:hover { background-color: green; color: #ffffff; border-color: green; }
Best regards,
Yigit