Hello,
I need to adjust the contact form success submission text to center upon submit.
It currently says “your message has been sent” but it’s aligned left.
How would I go about adjusting this to center?
Hey!
Try adding this code to the Quick CSS:
.ajaxresponse{
text-align: center;
}
Cheers!
Josue
Hi easeupjosh!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-form-success {
text-align: center;
}
Regards,
Yigit
Boom! Thanks!