This topic has 2 replies, 2 voices, and was last updated 9 years, 11 months ago ago by Eva Kemp
Hi, is it possible to make the text for the contact form darker and show a confirmation message that the message has successfully been sent. We have had some complains from customers about it not working.
Hello,
Please add this code into custom.css file:
#contact_container label, .contact_input {
color: #000;
}
#contact_button .button {
background: #000;
color: #FFF;
}
How to create custom.css you can watch in this tutorial (it’s for Legenda theme but the process is the same).
As I see confirmation message is shown after submitting a form.
Thank you.
Regards,
Eva Kemp.
Tagged: confirmation, contact form, light text, persuasive, woocommerce, wordpress
The issue related to '‘Contact form text too light and no confirmation’' has been successfully resolved, and the topic is now closed for further responses