Is there a way to remove the menu at the top of the page? I would like to remove the top black main menu bar and possibly just leave the red thin boarder, thanks
Hi, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard Code: ul#menu-menus { display: none; } Hope it will solve your issue. Let me know if have further any doubts.