Regarding to change the color of manu and submenu
- The topic ‘Regarding to change the color of manu and submenu’ is closed to new replies.
Need help? Check out our Support site, then
Dear sir,
I want to change the color of menu in desktop and mobile also. Which is in totally grey color.
Please change it’s background color and text color.
Given that,
Home, Mathematics, … so on.
All of the above, bg color is grey
Please change it’s bg and text color for desktop and mobile also.
Thank you.
The blog I need help with is: (visible only to logged in users)
Hello,
To change default colors of the primary menu in regular/desktop views, please use this custom CSS (change the color values to fit your needs):
.main-navigation {
background-color: green;
}
.main-navigation .container > .menu > li > a,
.main-navigation .container > .menu > li > .arrow-icon {
color: #ffffff;
}
.main-navigation .container > .menu > li > a:hover {
color: black;
}
—
To change default colors in the mobile menu, please use this custom CSS (change the color values to fit your needs):
.toggle-sidebar {
background-color: blue;
}
#toggle-sidebar .mobile-navigation .menu > li > a,
#toggle-sidebar .mobile-navigation .menu {
background-color: green;
}
#toggle-sidebar .mobile-navigation .menu-item-description,
#toggle-sidebar .mobile-navigation .menu li a {
color: #ffffff;
}
#toggle-sidebar .mobile-navigation .menu li a:hover {
background-color: black;
color: red;
}
Please let me know if you have any additional questions about the menu sections.
Kind regards,
Taras
thank you sir
I appreciate you.
You are very welcome.
Best regards,
Taras