Hello,
I am having issues changing the text color of the contact form AFTER somebody submits an email.
It is white text on white background and I’m not entirely sure how to change it. I attached a link in the private content (you will have to fill out a form to see it)
Thank you!
Hey stewroids,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top #wrap_all #ajaxresponse_1 .avia-form-success {
color: #666;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hello Victoria,
Wow that did the trick, thank you!
While being on this topic, is there a css code I can insert to change the hover color of the button on my navigation that says “Online Rehab”?
Hi,
Please try this CSS as well:
#menu-item-2257 span:hover {
background-color:green !important;
}
Best regards,
Rikard
Hello Rikard,
Sorry it doesn’t seem to be working. Perhaps we have the wrong menu item number?