Font in navigation bar Themia

Discussion in 'Themia WordPress Theme' started by blackdog2020liz, Jan 20, 2014.

  1. blackdog2020liz

    blackdog2020liz Member

    Joined:
    Dec 18, 2012
    Messages:
    264
    Likes Received:
    5
    Location:
    Western Australia
    How do I enlarge and bold the font in the navigation bar without affecting the logo?

    Many thanks,
     
  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: 15px;
    font-weight: bold;
    line-height: 20px;
    } 
    This will solve your issue.
     

Share This Page