Hello, how do I - remove the three Features including image, heading, link, content, backround of the homepage and - remove the Full Cols Heading and description of the homepage? thank you
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_content { display: none; } .full_cols { display: none; } .feature_footer { display: none; } This will solve your issue.