font size footer
- The topic ‘font size footer’ is closed to new replies.
Need help? Check out our Support site, then
How can I change the font size of the footer text?
The blog I need help with is: (visible only to logged in users)
Hi there,
I assume you want to change the size of the copyright info and secondary menu items. If so, please use the following CSS via Customize > CSS:
.site-footer {
font-size: 14px;
}
Cheers.