Hi there, Just want to know how to change the colour of the drop down menu (see attached pic) I cant see an option for sub menu in the header customization area… Thanks for your help 
Hi @TinyLewy,
Thanks for writing in.
I could see this code below in your Custom CSS that is why you cannot change the color of your submenu.

The code above:
.x-navbar, .x-navbar .sub-menu {
background-color: rgb(236,240,241) !important;
}
Adjust the code above so that you could change the color of your submenu.
Hope it helps.
Let us know how it goes.
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.