I am working on a project in using Renew however I am not a fan of the way the menu items appear. Is there a way for the background of the menu dropdown to be a different color than the navbar? My navbar is white but when I hover over a button that has children I would like the dropdown to be in a grey box.
Hello There,
Thanks for writing in! The submenu color goes the same as the navbar color which can be set in X > Theme Settings > Renew > Navbar Background. If you want to have a different background color for the submenu, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.x-navbar .sub-menu {
background-color: grey !important;
}
Hope this helps. Please let us know how it goes.
This helped. Thank you.
On behalf of my colleague, you’re welcome. Cheers! 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.