[Support request] Change the font size of footer widget(navigation menu content title)

Home Forums Support [Support request] Change the font size of footer widget(navigation menu content title)

Home Forums Support Change the font size of footer widget(navigation menu content title)

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1173263
    Sagar

    How can I chanage/edit the font size of footer widget content?

    #1173669
    David
    Staff
    Customer Support

    Hi there,

    you can change Widget Content font size in Customizer > Typography > Widgets.
    This will apply to Sidebars and Footers though.

    If you want to apply to only the footer use this CSS:

    #footer-widgets .widget {
        font-size: 16px;
    }
    #1795371
    Kelsey

    How can I apply to only the footer use the following CSS? Where is css?

    #footer-widgets .widget {
    font-size: 16px;
    }

    #1795381
    Elvin
    Staff
    Customer Support

    Hi Kelsey,

    How can I apply to only the footer use the following CSS? Where is css?

    The CSS David provided only applies to footer widgets.

    Are you asking how to add CSS? If so, you can pick between the choices here on how you add your CSS. -https://docs.generatepress.com/article/adding-css/

    Here’s a demo video of adding CSS to the Customizer’s Additional CSS field.
    https://share.getcloudapp.com/Kou4xRXq

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