Hello,
1. Imagine i want the font on some formlabels black colored on a form, instead of the regular white, how to to this?
2. could i give a textfield or textarea a certain colored background?
best regards, jelle
hello
point 1 is solved by
#top .av-custom-form-color #element_avia_9_1
{color: #333333 !important;}
#top .av-custom-form-color .button
{color: black !important;}
point 2 is solved by
`
#top div .av-light-form input[type=”text”]
{background-color: #e1e1e1 !important}
#top .avia_ajax_form .text_area
{background-color: #e1e1e1 !important}
`
you can close this one, thanks, jelle