Hi,
I’ve made the contact form labels less bold, and id like to do the same for the input text – when writing a message.
could you please provide the CSS to make the font weight lighter/not bold?
thank you.
Hey lmanney,
They look the same for me.
If you still need to make changes please use the below css in Quick CSS
#top .avia_ajax_form .text_area {
font-weight:200!important;
}
Best regards,
Vinay