Tagged: CONTACT FORM, font size
Hi there,
How can I adjust the size of the text in the contact form (using the ‘Contact Form’ Content Element)
Thanks
Josh
Hey Josh,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top label {
font-size: 16px;
}
Best regards,
Yigit
Great, thank you!