[Support request] amend widget footer text style

Home Forums Support [Support request] amend widget footer text style

Home Forums Support amend widget footer text style

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #316713
    Craig Nicholson

    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

    #316735
    Leo
    Staff
    Customer Support

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.