Hi,
i am having the following two issues with the website Get in touch form given next to the Find us on the Google map:
1. once form is sent, the form confirmation text (Your message has been sent!) color is WHITE, how can i change confirmation text color to black?
2. plus get in touch/online booking form do not receive email if customer’s email is from (hotmail or google). but form is received if customer emails is from any unknown domain e.g. (Email address hidden if logged out) .
Please help
Hey kaisneuron!
1.) Use this code in Quick CSS field:
h3.avia-form-success {
color: black !important;
}
2.) Seems as your server is blocking those emails. Ask your host about it.
Best regards,
Andy