• Resolved peteyshep

    (@peteyshep)


    Hi,

    I’m experimenting with the Author Theme and have a footer menu displayed in a separate widget in the sidebar. At the moment the font-size is rather small, and I can’t work out what CSS I need to make it larger. Would anyone be able to advise me?

    Many thanks,
    Pete

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Ben Sibley

    (@bensibley)

    Hi Pete,

    Thanks for using Author!

    Please try adding the following CSS, and it should increase the font size for you:

    .widget > * {
      font-size: 1em;
    }

    You can copy and paste that code into the Additional CSS section in the Live Customizer (Appearance > Customize), and it will take effect right away.

    Thread Starter peteyshep

    (@peteyshep)

    Many thanks Ben, that worked a treat.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘footer menu font-size’ is closed to new replies.