delete the 4 columns showing in the home page

Discussion in 'Slice WordPress Theme' started by jackelinecobian, Nov 15, 2012.

  1. jackelinecobian

    jackelinecobian Guest

    Joined:
    Jun 30, 2012
    Messages:
    1
    Likes Received:
    0
    How do I "delete" the 4 columns showing in the home page? I dont like them.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .page-info {
    display: none;
    }
     
    vnalini likes this.

Share This Page