Making menu bold font

Discussion in 'Infoway WordPress Theme' started by pupwild, May 26, 2013.

  1. pupwild

    pupwild Member

    Joined:
    Jan 11, 2013
    Messages:
    126
    Likes Received:
    0
    How could I make the menu a bold font?

    ----------------------------------

    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #menu .ddsmoothmenu li a {
    font-weight: bold;
    }
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    #menu .ddsmoothmenu li a {
    font-weight: bold;
    }
     

Share This Page