Full Cols/Features on homepage

Discussion in 'Gommero WordPress Theme' started by alsolin, Feb 8, 2014.

  1. alsolin

    alsolin New Member

    Joined:
    Feb 7, 2014
    Messages:
    3
    Likes Received:
    0
    Hello,

    how do I
    - remove the three Features including image, heading, link, content, backround of the homepage and
    - remove the Full Cols Heading and description of the homepage?

    thank you
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_content {
    display: none;
    }
    .full_cols {
    display: none;
    }
    .feature_footer {
    display: none;
    } 
    This will solve your issue.
     

Share This Page