• I want to change the font of the sub menu items. I want to use the same font as the main menu font. How do i do it ?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Hello there,

    Add this CSS code to Appearance > Customize > Additional CSS from dashboard.

    
    #mainnav ul ul a {
      font-family: "Raleway", sans-serif;
    }
    

    Regards,
    Kharis

Viewing 1 replies (of 1 total)
  • The topic ‘drop down menu font change’ is closed to new replies.