Viewing 4 replies - 1 through 4 (of 4 total)
  • You could set font-weight property to to bold to make it look bold.

    Go to Appearance->editor by default it will open active theme’s style.css file just try to find “#nav-header .nav li a” and add the font-weight property to it. Hope it helps you achieve what you are looking for.

    Regards
    Mohammed Imtiyaz
    Lead Developer at Plugmatter.com

    Paste this into your css:

    .nav li a {
        font-weight: bold;
    }
    Thread Starter dcsreddy

    (@dcsreddy)

    Thanks a lot.

    Thread Starter dcsreddy

    (@dcsreddy)

    Resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to make the header menu bold?’ is closed to new replies.