Viewing 1 replies (of 1 total)
  • Branko

    (@brankoconjic)

    Hey @tropicwhisper,

    You can adjust font size of widget headings in Footer through Appearance ? Customize ? Footer ? Main Footer ? Typography ? Widget Title Font Size.

    Other elements will use “Base Font Size” and “Body Typography” font size (respectively), that is set in General Settings ? Base Typography.

    If you need to change the Footer font size only, you can use this CSS:

    #colophon {
        font-size: 13px;
    }

    and then the Copyright Bar font size can be changed with this CSS:

    #sinatra-copyright {
        font-size: 12px;
    }

    Custom CSS can be added into the Additional CSS field in the Customizer.

    Let me know if you need more help.

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Footer Font Size’ is closed to new replies.