Archived topic
How do I change the font size in widgets?
2 replies · Started by Павло on October 29, 2021
Thanks to the team for a great update!
Tell me, using what theme settings can I change the font size in the widget area (https://prnt.sc/1xp4jwq)?
I can not understand.
Respectfully yours, Pavel
Hi there,
are you using the new typography system in the Customizer ?
If so:
1. Add Typography
2. Target Element - select Custom.
3. In Enter Custom CSS Selector add: .footer-widgets .widget_nav_menu a
4. Set you font styles
If you're not using the new module then use this CSS:
.footer-widgets .widget_nav_menu a {
font-size: 15px;
}
oops, wrong thread