Change submenu color

Hey guys,

Need a little help on how I change the color and transparency of the submenu on this site:
http://trezureroxxrecords.com/

It’s the Artists link

Thanks,

Brian

Hi Brian,

Thanks for writing in! Try adding the following CSS rule into your Theme Options > Global CSS area.

.x-navbar .sub-menu {
    background-color: rgba(255,100,100,0.85) !important;
}

Hope that helps.

1 Like

Perfect, thanks!

Glad we were able to help :slight_smile:

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