[Resolved] Size of footer

Home Forums Support [Resolved] Size of footer

Home Forums Support Size of footer

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1140532
    Jessy

    Hello,

    I have found how to change the size on the footer page with CSS
    Example
    .footer-widget-1 .widget {
    font-size: 14px;
    }

    But i want to change the size of the title on the footer widget 1 / 2 and 3

    How can i do that please?

    Many thanks,
    Jessy

    #1140775
    David
    Staff
    Customer Support

    Hi there,

    you can change all Widget Titles (Footer and sidebars) in Customizer > Typography > Widgets
    If you only want to change the footer widget titles then this CSS:

    .site-footer .widget-title {
    	font-size: 18px;
    }
    #1141919
    Jessy

    Thanks it works perfectly ! 🙂

    #1141938
    David
    Staff
    Customer Support

    Glad to be of help

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