How to change font & font size in nav sub-menu

Discussion in 'Local Business WordPress Theme' started by michaeldunlap, Jan 7, 2015.

  1. michaeldunlap

    michaeldunlap New Member

    Joined:
    Oct 13, 2014
    Messages:
    5
    Likes Received:
    0
    Hello, I'd like change the font to Arial and size to 12px in the nav sub-menu (dropdown box). See screen shot
     

    Attached Files:

  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hi michaeldunlap,

    Please paste the code given below in custom css.
    (Appearance->Theme Options->Styling Options->Custom Css) of your dashboard.

    Code:
    #menu ul li ul li a {
    font-size: 12px !important;
    font-family: arial !important;
    }
    
    Thanks
    Praveen
     

Share This Page