Tagged: CONTACT FORM, enfold
Dear support team,
within the Enfold Contact Form I am using the color scheme “light transparent”.
I am searching for a way changing the color of the field names and to the button to red (#a80000).
Best regards,
Bernd
Hey Bernd,
This can be done via quick css. If you use the browser inspector, you can see the exact styles you need to edit.
Best regards,
Jordan Shannon
Hi Jordan,
unfortunately I do not have CSS knowledge.
Could you please provide me with the CSS code I need for this purpose?
Regards,
Bernd
Hi,
Add the following to quick css:
fieldset label{
color:#a80000!important;
}
fieldset .button{
background:#a80000!important;
border:2px solid #a80000!important
}
This should work for you.
Best regards,
Jordan Shannon
Wonderful, Jordan! Thank you so much!
I am happy with the result. This ticket can be closed.
Wish you a good weekend,
Bernd
Hi Bernd,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria