remove homepage three col

Discussion in 'Squirrel WordPress Theme' started by shawkins, Mar 28, 2013.

  1. shawkins

    shawkins New Member

    Joined:
    Mar 28, 2013
    Messages:
    14
    Likes Received:
    0
    Hi, I don't have enough content yet for those extra three columns on the homepage (with images). I want to just have the two columns. How do I do that?

    Thanks, Stephanie
     
  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:
    .full-content .feature-content {
    display: none;
    }
    .full-content .text-featute {
    background: none;
    padding-bottom: 10px;
    margin-bottom: 20px;
    }
    This will remove your Homepage Three Cols. In future you can reuse it in your theme by removing the code given above, from the custom code.
     

Share This Page