Dear Support Team, Is it possible to delete the Home Page Two Cols in the Cloriato Pro theme? Thanks.
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .two_third.feature_box { display: none; } .one_third.last { display: none; } .featured .one_third.last { display: run-in; } This will solve your issue.