Archived topic
amend widget footer text style
1 reply · Started by Craig Nicholson on May 11, 2017
Hi,
i can amend the widget tile text style to Segoe UI, but the widget footer contents does not change
how can i change the text style in the content of the widger on the footer
thanks
Hi Craig,
You are referring to text widget in the footer I assume?
It currently inherits the settings from Typography > Body.
If you want something different, then try this CSS:
.footer-widgets .widget {
font-family: Segoe UI, Helvetica Neue, Helvetica, sans-serif;
font-size: 15px;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Can you provide a link to your site if this doesn't work? Thanks!