Tagged: CONTACT FORM, Text Color
Hi,
How can I change the color of the text message which is set to appear after submitting the contact form.
Thanks,
Amir
Hey Amir!
Please add following code to Quick CSS in Enfold theme options under General Styling tab and adjust as needed
h3.avia-form-success {
color: red;
}
Cheers!
Yigit
Hey!
How can I change that color in a specific page? I tied following code but it didnt work:
.page-id-77 .h3.avia-form-success {
color: white !important;
}