I am wanting to remove the entire homepage feature area (Homepage Main Heading, Homepage Sub-Heading, all featured images, headings, descriptions, and links). How am I able to do this? I read a post previously of someone asking to remove a featured image but they had to write in: "To remove 4th circle image their will be a HTML customization required in the source code. If want to remove that, Please provide the following information listed below: This Thread Link: Your Website URL: WordPress Username: WordPress Password: [email protected]" I've attached an image of the section I am wanting to remove. Thank you.
Hello, Please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .home_container { display: none !important; } .slider-wrapper { margin-bottom: 0; } Thanks, Praveen