Archived topic
Customize Font Weight on Navigation Widget (footer zone)
3 replies · Started by David on February 12, 2019
Good morning :)
I'm trying to customize a font size and weight on a footer zone. On a Typography > Wdigets I can modify the title only. I want to change the font/weight of the page titles (nav menu widget).
It would be great add this function on a typography > widgets menu :)
We will have more control on footer zone.
Thank you!
PD1 (image of the zone): https://imgur.com/a/1hwZ5Kr
PD2: i'm working on a local site
Hi there,
Try this CSS:
.footer-widgets .widget_nav_menu a {
font-weight: 800;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
It works! Perfect :)
Thank you so much,
No problem :)