Changing the color of drop down nav menu
-
Hi,
I want to change the background color of drop down nav menu from white to balck and text color from black to white.
How can I do that?
Thanks
Hi,
I want to change the background color of drop down nav menu from white to balck and text color from black to white.
How can I do that?
Thanks
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-navigation .menu>li.menu-item-design-default ul li a {
color: #ffffff;
}
body .basel-navigation .menu > li .sub-menu-dropdown li {
background-color: rgb(0, 0, 0);
}
body .basel-navigation .menu > li .sub-menu-dropdown {
background-color: rgb(0, 0, 0);
}
Best Regards
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Changing the color of drop down nav menu’ is closed to new replies.