Greeting, I was wondering how to increase the size of the Message Sent label (What should be displayed once the message is sent?) once someone submits a form.
Hey jleclair87,
Thank you for the inquiry.
You can use this css to adjust the font size of the contact form response text.
.avia_ajax_form .ajaxresponse {
font-size: 2em;
font-size: 32px;
}
Best regards,
Ismael
Thanks,
I changed the text to the following up it look the same size.
.avia_ajax_form .ajaxresponse {
font-size: 5em;
font-size: 45px;
}