• sklegard

    (@sklegard)


    New to using word press and have chosen to use the zAlive theme. Want to make menu items bold. Is this something a novice like myself can relatively easily do? If so, how best to go about doing so? Thanks!
    Can be linked to at martinsvilleil.net

Viewing 1 replies (of 1 total)
  • navitdude

    (@navitdude)

    Hi,

    Check the setting of menu in theme
    OR

    Put font-weight:bold in style sheet for menu.
    OR
    Install custom css plugin and change style sheet and put
    .navbar .nav > li > a {
    font-weight: bold;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘How to make menu items bold?’ is closed to new replies.