[Support request] Custom fonts for widget titles depending on location

Home Forums Support [Support request] Custom fonts for widget titles depending on location

Home Forums Support Custom fonts for widget titles depending on location

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1357258
    Tim

    Is it possible to change the widget titles in the footer to a different font and size than the sidebar widget title?

    #1357319
    Leo
    Staff
    Customer Support

    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 🙂

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