Hi – how can I get rid of all effects on the text in the main menu? I am importing my own font. I just want the text to look normal without any hover effects(except for the bottom border effect in the <li>)
best regards,
Elise
Hey Elise!
By default the only hover effect that should be applied is a color change. Or are you wanting to remove the background hover on the sub menu items?
Go ahead and send us a link and we’ll take a look. You can mark your reply as private if you wish.
Best regards,
Elliott
As you see from the link, the font in the menu is unclear – it is a google font and should render OK like it does on the rest of the page – so I wonder how to fix it:)
Best Elise
Hi!
Perhaps your wanting to set it’s weight to normal and increase it’s height a bit? Try adding this to your custom CSS.
#top #header .av-main-nav > li > a { font-weight: 400 !important; font-size: 20px !important; }
Cheers!
Elliott
That did it:) thanks:)