Hi,
the labels in the comment section for “name”, “email” and “website” are pretty small in font size.
How can I make them bigger?
I’ve provided a link to my website and a screenshot below.
Cheers,
Tom
Hey Thomas,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#commentform label {
font-size: 16px;
}
If you need further assistance please let us know.
Best regards,
Victoria
Thanks, that worked for me!