Drop down menus dont have style

i’m using X, the drop down menus on the main menu items in my headers doesn’t have any styling.

link: https://dev.livingmanna.net look at ‘Our Vision’ and ‘Members’ to see what i’m talking about… how do i make it so the sub/drop down menus have the same style as the header?

Hi,

To make it the same, you can add the code below in Theme Options > CSS

.x-navbar .sub-menu {
    background-color: #333333;
}

Hope that helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.