Hi there, How do I change the background colour of the menu please? I've attached an image. Thanks, Leo
Hello Leo, Paste the code given below in Custom CSS section (Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .header_wrapper .header { background: red; } .top_strip { background: red; } Please set color according to your requirement. Thanks & Regards Pramod
Hi Leo, Paste the code given below in Custom CSS section (Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .menu_wrapper .menu-container { background: pink; } Thanks, Praveen
Hi Leo, Paste the code given below in Custom CSS section (Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu .ddsmoothmenu li a { color: green; } Thanks, Praveen