Hi,
My contact form is white text on a blue background on one of my pages. After completing the form, the thank you on the page shows up in a white box on the blue background, but you can’t see the text. How do I fix this on this page, please?
Hey jnightingale!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .av-light-form, #top .av-light-form + .ajaxresponse * {
background: transparent !important;
}
Regards,
Yigit
Thank you! Worked perfectly!