Overlay Menu Font

Hello!

I'm trying to use a custom google font on the Overlay menu.

Changing the font in Options>Fonts>Family>Main Menu Font does not work. (it works in other Header styles)

 I tried to use CSS with no luck. Maybe you can help me out here? Thanks in advance!

CSS I was using is:

/.header-overlay .overlay-menu 
/{
/ font-family: 'Tangerine', serif;
/  font-size: 48px;
/  text-shadow: 0px 1px 1px black;
/ !important;
/}


Comments

Sign In or Register to comment.