• Resolved mbdrake

    (@mbdrake)


    Hello,

    On my blog, https://drake.org.uk, which is hosted on WordPress.com, I’d like to adjust the size of the navigation menu’s font as it’s pretty tiny in comparison to the others. The problem is I’m useless with CSS!

    Is there a block of code I can add to the Additional CSS section which would enable me to increase the size of the navigational menu fonts?

    Any help greatly appreciated.

    Many thanks,
    Martyn

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there!

    Happy to help you with this.

    The CSS you would need is:

    .main-navigation li a {
        position: relative;
        font-size: 25px;
    }

    This would be added via Appearance > Customize > Additional CSS.

    I hope this helps!

    Thread Starter mbdrake

    (@mbdrake)

    Appreciate the help – thank you!

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