• skilgore

    (@skilgore)


    I am attempting to change only the header text that shows on the right menu location of the site. I would like to make the font and everything smaller (Force Elite Teams and the sub headings as this is taking up too much space)
    https://ecbiz209.inmotionhosting.com/~forcee5/

    Thank you

    • This topic was modified 8 years ago by skilgore.
Viewing 3 replies - 1 through 3 (of 3 total)
  • pauloeaquino

    (@pauloeaquino)

    Hi there, if you go to your WordPress admin dashboard go to:

    Appearance -> Customize -> Additional CSS

    Here, copy and paste this code in the space:

    .widget-title { font-size: 24.5px; }

    You can replace the font size with any number you like.

    Thread Starter skilgore

    (@skilgore)

    Thank you for the tip, but unfortunately that did not work. I know this should be a simple fix, or at least feel like it should… But I’m at a loss

    pauloeaquino

    (@pauloeaquino)

    I just ran a CSS inspector on your site again, and I believe the correct CSS should have been:

    h3.widget-title { font-size: 24.5px; }

    I did try to use this code in the Additional CSS section and it seems you’re right about it not working there, so I’m a going to look into this problem a little more.

    I did however find an article that might be helpful to check out in the mean time:
    Add Custom Styles to WordPress Widgets

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Help sizing header text’ is closed to new replies.