Site logo

Archived topic

Size of footer

3 replies · Started by Jessy on January 22, 2020

Viewing posts 1–4 of 4

Hello,

I have found how to change the size on the footer page with CSS
Example
.footer-widget-1 .widget {
font-size: 14px;
}

But i want to change the size of the title on the footer widget 1 / 2 and 3

How can i do that please?

Many thanks,
Jessy

Hi there,

you can change all Widget Titles (Footer and sidebars) in Customizer > Typography > Widgets
If you only want to change the footer widget titles then this CSS:

.site-footer .widget-title {
	font-size: 18px;
}

Thanks it works perfectly ! :)

Glad to be of help

This archived topic is closed to new replies.