Archived topic
How to customize footer widget font
4 replies · Started by Miguel on February 6, 2017
Dear Tom,
How can I customize footer widget fonts?
Many thanks!
Miguel
Hi Miguel,
For footer widget title font, head to Customizer > Typography > Widgets.
For footer widget content font, try this CSS:
.footer-widgets .widget {
font-family: "ABeeZee", sans-serif;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know.
Just a note - we don't add font family settings to every element simply because doing so would encourage people to add tons of fonts to their website, which will have bad effects on performance.
Awesome! Thanks
Glad we could help!