Home › Forums › WoodMart support forum › Menu Background Color Change Menu Background Color Change This topic has 1 reply, 2 voices, and was last updated 6 years, 7 months ago by Elise Noromit. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts November 30, 2018 at 10:10 pm #92954 [email protected]Participant Hello, Is this the correct css to change the background color of menu’s? .sub-menu-dropdown.color-scheme-light { background-color: rgb(0, 0, 0, 0.8); } December 1, 2018 at 8:41 am #93023 Elise NoromitMember Hello, Yes, that is right. If you want to change the color add body tag to rewrite the existing styles: body .sub-menu-dropdown.color-scheme-light { background-color: rgb(0, 0, 0, 0.8); } Change the color and this code to the Theme settings > Custom CSS > Global. Best Regards Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register