Site logo

Archived topic

How to change the font size of Footer Widget using dynamic typography?

5 replies · Started by vincenteccl on November 19, 2022

Viewing posts 1–6 of 6

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.

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.

This archived topic is closed to new replies.