I've changed the header colour to white and now need to change the colour of the menu tab also to white and change the menu text colour to black. How is it done ? Thanks
Hi, Please follow the screenshot. Now, paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: ul.ddsmoothmenu li a { color: black !important; } Thanks, Praveen