Tagged: color section, font weight, main nav
-
AuthorPosts
-
December 28, 2015 at 2:02 pm #557687
Hello Kriesi team,
I am hoping hoping hoping(!!!) that you might be able to help with an issue on the main nav menu. I’ve been trying to fix the CSS on this for 3 days and have gotten absolutely nowhere. Here’s what’s happening:
In Firefox Mac, the main nav on my site looks fine and works fine. But in Safari Mac and Chrome Mac, the weight of the font changes (becomes thinner) in one of two situations: 1) When the page displays a color section at the top of the page behind the menu, then the entire main menu is displayed at a thinner weight. 2) On a page that does *not* have a color section at the top, then the menu font weight gets thinner only when I mouse over a menu item that contains child links.
Although I do have some custom css I’ve put into a child theme, the really curious thing is that even when I completely delete my custom css, the effect STILL happens. In other words, it looks like this has something to do with the theme configuration itself rather than my implementation of it. I have been trying to locate the piece of css that will control this and really truly just cannot find it. I really would be incredibly incredibly grateful for any help or tips on addressing this. Relevant links are in the private content area.
Thank you very much in advance!
December 28, 2015 at 3:02 pm #557706Hi Ashiado!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.avia-webkit #header .av-main-nav > li > a { -webkit-font-smoothing: subpixel-antialiased; }
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Regards,
YigitDecember 28, 2015 at 3:24 pm #557718YOU ARE WONDERFUL THANK YOU SO MUCH!!!
December 28, 2015 at 3:25 pm #557720Hey!
You are welcome!
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Happy holidays :)
Best regards,
Yigit -
AuthorPosts
- The topic ‘irregular font weight change on menu hover’ is closed to new replies.