Archived topic
How to change the font size of Footer Widget using dynamic typography?
5 replies · Started by vincenteccl on November 19, 2022
Hi! I want to increase the font size of the footer widgets.
How to create a custom font in the dynamic typography for that?
Thanks.
Hi there,
in the Customizer > Typography.
Add New Typography, select the Element: Custom.
In the CSS Field provided add: .site-footer .widget
Set your styles.
Hi! The code can only change the footer bar's font size, but not footer widget 1, 2, 3 etc.
Such as the recent posts in footer widget 1, the navigation menu in footer widget 2.
Hi Vincenteccl,
For reference, can you provide the link to the site in question? We'll check why the target element isn't working and provide an appropriate solution afterward.
You may use the Private Information field for this: https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information
I want to change the menu items' font size of the footer widgets 1,2 and 3.
I see. Thank you for clarifying. Try this as the selector: .inside-footer-widgets ul.menu li.menu-item a
This should just target the menu items in your Footer widgets.