McKinley Theme: Making Footer Widget Text Smaller

  • Unknown's avatar

    This theme has an area for footer widgets. However, the text is rather large (I think the size increases as I change the body text size). Is there a way I can leave the body/post size the way it is and make the footer area text smaller?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    You can set the font size specifically for the widgets using the following CSS:

    .widget {
      font-size:1rem;
    }

    Although you might be able to do it just by picking the “0” font size option when you’re on the Appearance > Customize > Fonts screen.

  • The topic ‘McKinley Theme: Making Footer Widget Text Smaller’ is closed to new replies.