CHANGING MENU FONT SIZE

Discussion in 'Subscribely v2 WordPress Theme' started by amoken, Dec 3, 2013.

  1. amoken

    amoken New Member

    Joined:
    Oct 17, 2013
    Messages:
    4
    Likes Received:
    0
    Hello
    I would like to reduce the font size of the menu items.Could someone provide me with the code to be placed in the custom.css.I would highly appreciate any of your assistance.I am not a developer so any help vested would be highly appreciated.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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

    Code:
    #menu li a {
    font-size: 11px;
    }
    Thanks & Regards
    Nitesh Raghuwanshi
     

Share This Page