Increase length of Menu Navigation Area in Poloray Theme

Discussion in 'Poloray WordPress Theme' started by irissalmins1, Oct 7, 2013.

  1. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Please give me the css code. Thanks for your time.

    Iris Salmins
     
  2. Nitesh

    Nitesh Support Staff

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

    For this go to the "header.php" file and make changes as shown in the image.

    2013-10-08_1519.png
     
  3. irissalmins1

    irissalmins1 Member

    Joined:
    Jan 14, 2013
    Messages:
    239
    Likes Received:
    5
    Thanks,

    Is there a way to reduce the font size in the menu?
     
  4. Nitesh

    Nitesh Support Staff

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

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

    Code:
    #menu .ddsmoothmenu li li a {
    font-size:10px;
    }
    #menu .ddsmoothmenu li a {
    font-size:10px;
    }
     

Share This Page