Site logo

Archived topic

Change the font size of footer widget(navigation menu content title)

3 replies · Started by Sagar on February 21, 2020

Viewing posts 1–4 of 4

How can I chanage/edit the font size of footer widget content?

Hi there,

you can change Widget Content font size in Customizer > Typography > Widgets.
This will apply to Sidebars and Footers though.

If you want to apply to only the footer use this CSS:

#footer-widgets .widget {
    font-size: 16px;
}

How can I apply to only the footer use the following CSS? Where is css?

#footer-widgets .widget {
font-size: 16px;
}

Hi Kelsey,

How can I apply to only the footer use the following CSS? Where is css?

The CSS David provided only applies to footer widgets.

Are you asking how to add CSS? If so, you can pick between the choices here on how you add your CSS. -https://docs.generatepress.com/article/adding-css/

Here's a demo video of adding CSS to the Customizer's Additional CSS field.
https://share.getcloudapp.com/Kou4xRXq

This archived topic is closed to new replies.