Archived topic
Custom fonts for widget titles depending on location
1 reply · Started by Tim on July 8, 2020
Viewing posts 1–2 of 2
Is it possible to change the widget titles in the footer to a different font and size than the sidebar widget title?
Hi there,
You can use this CSS:
.footer-widgets .widget-title {
font-family: 'Open Sans', sans-serif;
font-size: 18px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
This archived topic is closed to new replies.