Okay
  Public Ticket #729492
Page Sub Menu Font
Closed

Comments

  • Claud started the conversation

    I know this is probably a really easy solution, however I can't seem to find the option change the font for the Page Sub Menu's. 

    I'm looking for how to change the actual font, not the colours. 

    Thanks you for the help. 

  •  8,992
    Tahir replied

    Hey,
    Add this into the Custom CSS box located in your Salient Options panel (Make Sure there are no red cross in the Box) :

    .page-submenu li a {
        font-family: 'Open Sans';
    }
    
    

    This might help write up Custom CSS: https://support.woothemes.com/hc/en-us/articles/203105957-Customizing-your-theme-with-Firebug .

    Thanks


    ThemeNectar Support Team