Hello, how can I change the color of contact form?
Please check the link in private content
Hey troupdim,
Which contact form are you referring to, and which colours would you like to change exactly?
Best regards,
Rikard
Ηello,
I wanto to change the borders of contact form and the text.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
#top div .av-dark-form .input-text, #top div .av-dark-form input[type=email], #top div .av-dark-form input[type=input], #top div .av-dark-form input[type=number], #top div .av-dark-form input[type=password], #top div .av-dark-form input[type=search], #top div .av-dark-form input[type=tel], #top div .av-dark-form input[type=text], #top div .av-dark-form input[type=url], #top div .av-dark-form select, #top div .av-dark-form textarea, div div .av-dark-form .button {
color: green;
border-color: red;
}
Best regards,
Rikard