How do i change my top menu to black transparent

this is my site - lbsdown.co.uk

Hey Curtis,

Please find this code that is in X > Theme Options > CSS:

.x-navbar, .x-navbar .sub-menu {
    background-color: #15b3db !important;
}

then update it to:

.x-navbar, .x-navbar .sub-menu {
    background-color: rgba(0,0,0,0.6) !important;
}

Hope this helps.

hi i added the code but its not transparent

Hi Curtis,

The code should work but if you want the header area to overlay the image slider, please update the code to:

.x-navbar, .x-navbar .sub-menu {
    background-color: rgba(0,0,0,0.6) !important;
}

.masthead {
    position: absolute;
}

Hope this helps.

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