Font Size of The Menu Items

Discussion in 'BlogSpring WordPress Theme.' started by marian, May 14, 2014.

Thread Status:
Not open for further replies.
  1. marian

    marian New Member

    Joined:
    Mar 5, 2014
    Messages:
    15
    Likes Received:
    0
    Is there a way to change just the font size (and font name) of just the menu items?

    Thanks,
    Marian
     
  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-size: 18px;
    font-family: symbol;
    }
    Inplace of "symbol" put your font type.

    Thanks & Regards
    Gourav Shrivastava
     
  3. marian

    marian New Member

    Joined:
    Mar 5, 2014
    Messages:
    15
    Likes Received:
    0
    Thanks a lot, it works!
     
Thread Status:
Not open for further replies.

Share This Page