My form works as far as sending email, however, I have it set to display a confirmation on the same page, and the styling is off. It uses white text over the white box making it hard to see the message and my horizontal rule is inside the box rather than above the box where it should be. I have the form color scheme is “default”.
a picture of my form here:
a picture of the confirmation here:
My contact form settings here:
Also, I have an auto respond message, however when I tested the form i never received an email with the message.
Hi fbords!
Try adding this to your custom CSS.
.ajaxresponse, .ajaxresponse * {
color: black !important;
}
Regards,
Elliott
This allows me to see the text of the acknowledge message, however, the horizontal rule that is above my form now appears inside the white box after the message is sent (as seen in the photos I attached). how do i fix this?
Hi!
Switch it to this.
.ajaxresponse, .ajaxresponse * {
color: black !important;
clear: both !important;
}
Regards,
Elliott
perfect, thank you. as per usual, this works perfectly.
Hey!
glad Elliott could help. Let us know in a new ticket if you have some more questions related to the theme. We are happy to assist you.
Regards,
Andy