This topic has 6 replies, 2 voices, and was last updated 8 years ago ago by Olga Barlow
I have a problem with the Variant center menu.
When I set the variant center menu and then try to navigate (in front end) to sticky mode, scrolling the page I can not access to the menu items of the second level.
Why?
Let me know.
Thanks
Francesco
Hello,
Very likely you are using high logo. Please, provide link to your site and we’ll send the code to fix the issue.
Regards
Now I’m not using variant center (’cause there’s problem) but this is link to my website: http://new.school-uniforms.it/
I temporarily set the variant center menu.
Also how can I diversify the color of the font on the normal menu and sticky menu?
Check and let me know.
Francesco
Hello,
To fix the problem with drop-down menu, please, add the following code in Theme Options > Styling > Custom CSS
.fixed-header .nav-sublist-dropdown {
top: 53px !important;
}
Add the following custom to change the color of text of your fixed menu
.fixed-header .menu-wrapper .menu > li > a,
.fixed-header .icon-like_outline:before,
.fixed-header .shopping-cart-widget a,
.fixed-header .cart-bag .badge-number {
color: #fff;
}
.fixed-header .cart-bag, .fixed-header .cart-bag:before {
border: 2px solid #fff;
}
In future updates, we plan to add the option to change the color of fixed menu links.
Regards
WONDERFUL! All is fixed.
Thanks
F.
You are welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up