This topic has 4 replies, 3 voices, and was last updated 8 years, 1 months ago ago by Robert Hall
Hi
I need the followng:
1. the scrolling down menu to have the same font size and color as the mainmenu
2. the submenu both for the main manu and scrolling menu to have the same font size as with the menu and scrolling menu
Thanx
Hello,
You can add this code in Custom CSS:
.fixed-header .menu>li a{
color:#765c1e !important;
font-size: 18px !important;
font-variant: inherit;
font-weight: bold;
}
.menu .menu-full-width .nav-sublist-dropdown ul>li>a{
color:#765c1e !important;
}
.menu .menu-full-width .nav-sublist-dropdown ul>li.menu-item-has-children .nav-sublist ul li a{
color:#765c1e !important;
}
Regards,
Rose Tyler.
ok thanx
Hello,
You’re welcome!
Regards,
Robert Hall
The issue related to '‘submenu font size and scrolling menu fotn size’' has been successfully resolved, and the topic is now closed for further responses