I would like to remove the bottom feature area that has the tabs and right widget. Is there a way to do this?
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: div.feature_mid_content { display: none; } This will fulfill your requirement.