Home Page 2 Cols

Discussion in 'Cloriato WordPress Theme' started by thatkatiedid, Jun 12, 2013.

  1. thatkatiedid

    thatkatiedid New Member

    Joined:
    May 14, 2013
    Messages:
    8
    Likes Received:
    0
    Dear Support Team,
    Is it possible to delete the Home Page Two Cols in the Cloriato Pro theme?
    Thanks.
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page