I need to remove the Home Page Heading Description completely from the Cloriato theme. It currently adds the default text.
Hello, Paste the code given below in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .home_content .home_text p { display: none; } This will solve your issue.