• I have removed the titles of all my footer widgets because they display HUGE and take up ridiculous real estate. Is there a way to reduce their size, in case I need a title? This holds true for the random text widget as well, which I sometimes use to title a section, such as right above a Youtube embed.

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

Viewing 1 replies (of 1 total)
  • If you want to only affect widget titles, try adding in Additional CSS
    .widget-title {font-size: 120%}
    If you want to affect other headings in the footer, you could try
    #colophon h2 {font-size: 120%}

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