Hi,
I’m not sure why however the font size in the footer has become larger than it’s default size and I cannot find where to change it.
How can I change the footer font size?
Hey taoleo,
Would you mind providing a precise link to your site, showing the elements in question? We need to be able to inspect them in order to help :)
Best regards,
Vinay
Hi Vinay,
Details attached.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#footer a {
font-size: 14px;
}
Best regards,
Yigit
All good, thanks Yigit.