Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: #menu li.current-menu-item a, #menu li.current-menu-parent a, #menu li.current_page_parent a, #menu li a.selected, #menu li a:hover, #menu li.current_page_item a { background: red !important; } #menu .ddsmoothmenu li li { background: red !important; } #menu .ddsmoothmenu li li a.selected, #menu .ddsmoothmenu li li a:hover { background: red !important; } Note :- Change color according to your requirement. Thanks, Praveen