On a contact form I’ve chosen the option “What should happen once the form gets sent?” > “Display a short message on the same space.” When I submit the form a field moves from the bottom. It has a white background an a white text. So nobody can read anything. I have no clue, where I could change the Background color to the default green.
Hi Myanaconda!
Thank you for using Enfold.
Please add this in the Quick CSS field:
#top .av-light-form, #top .av-light-form + .ajaxresponse * {
color: #fff;
background: #83a846;
}
Cheers!
Ismael
Perfect! It works. Thanks a lot for your great support.