Menu Size Not Changing with Custom CSS

Discussion in 'Poloray WordPress Theme' started by jlewtoo, Feb 19, 2013.

  1. jlewtoo

    jlewtoo New Member

    Joined:
    Apr 20, 2012
    Messages:
    14
    Likes Received:
    0
    Location:
    Irvine, CA
    Hello,
    I am trying to reduce the size of the top menus however custom CSS does not seem to be working. I used code found on this forum for a different template. When I save nothing changes. Can you please advise?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #menu .ddsmoothmenu li a{
    font-size:12px!important;
    }
     

Share This Page