Center Navigation & Make Nav Bigger / Bolder

Discussion in 'GoldenEagle WordPress Theme' started by frederickads, Jan 27, 2014.

  1. frederickads

    frederickads New Member

    Joined:
    Aug 13, 2013
    Messages:
    26
    Likes Received:
    0
    Hi,

    I would like to center the navigation here if possible. http://www.newbillsautobody.dreamhosters.com/

    I would also like to make the navigation text bigger and bolder if possible.

    Thank you in advance for your help. Best regards.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #menu li a {
    font-size: 18px;
    font-weight: bolder;
    }
    #menu .ddsmoothmenu {
    text-align: center;
    }
     
    You can change the value of "font-size" as per your requirment.
    This will solve your issue.
     

Share This Page