Hi,
I couldn’t find a way how to set the font of the field description (contact form) to regular. It’s bold and I don’t like it like that. I used:
/* Required field (Styling the asterisk ) */
.avia_ajax_form label .required {
font-family: ‘maven pro’; font-weight: regular;
}
But it doesn’t work.
Thanks in advance!
Hey VCS33,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia_ajax_form label{
font-weight:lighter!important;
}
Best regards,
Vinay
Thank you, Vinay! This worked :-)
Ticked can be closed.
Hi VCS33,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria