Site logo

Archived topic

How to choose font for side and footer widgets content and footer?

4 replies · Started by Miguel on April 15, 2017

Viewing posts 1–5 of 5

Hello guys,

Could you help with this?

How to choose font for side and footer widgets content and footer?

Many thanks,

Miguel

Hi Miguel,

I'm assuming you are referring to the text widget font? If so try this below:
- Sidebar widget text:

.sidebar .textwidget {
    font-family: "Open Sans", sans-serif;
}

- Footer widget text:

.footer-widgets .textwidget {
    font-family: "Open Sans", sans-serif;
}

- Footer:

.copyright-bar {
    font-family: "Open Sans", sans-serif;
}

If any of these don't work can you provide a link to your site? Thanks!

It's worth mentioning that in order for those to work, the Open Sans (or whatever Google font) would need to be included using their script.

Thanks!

Miguel

Glad we could help!

This archived topic is closed to new replies.