This topic has 6 replies, 3 voices, and was last updated 7 years, 4 months ago ago by Amzy Leel
Hi there,
Scroll down on any page, the menu re-aligns to the center from left, hover on the first level menus and you see options below but as soon as you move the cursor to select one of the 2/3 level menu the 2/3 level menu disappears. However, the 2/3 level menu is accessible on mega menu (Information Center) in this flow.
Also, the font of 2/3 level changes from black to extremely light grey, I’d like to change that as well. The mega menu code is already customized so I don’t have font color issue there but all the other menu font colors need to be corrected.
Thank you
Hello,
Add the following CSS in Theme Options > Styling > Custom CSS
.fixed-header .nav-sublist-dropdown {top: 45px !important;}
Regards
Thanks Olga!
What about font color, it’s extremely light grey at the moment in this state. When it’s in normal state (menu in left location and page not scrolled down) the fonts are black.
Hello,
Add the following CSS in Theme Options > Styling > Custom CSS
.item-design-dropdown .nav-sublist-dropdown ul > li > a { color: #000; }
If that does not work remove the JavaScript code which prevents the right click in your site and contact us back.
Regards,
Hi Amy,
It didn’t work, JS disabled.
Thanks!
Hello,
use this code:
.fixed-header.header-color-dark .menu .item-design-dropdown .nav-sublist-dropdown li a { color: #1a1a1a; }
Regards,
You must be logged in to reply to this topic.Log in/Sign up