Centering Menu

Discussion in 'Elite Pro WordPress Theme' started by presotto, Mar 29, 2013.

  1. presotto

    presotto Guest

    Joined:
    Nov 6, 2012
    Messages:
    22
    Likes Received:
    1
    Hello Is there any way to Center the menu and bold the menu font?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

    Unfortunately there isn't a way to do that with our theme unless you custom code something up. Sorry.

    2.For your second issue

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS
    Code:
    #menu li a {
    font-weight: bolder;
    }
     
    
     

Share This Page