Remove Third and Fourth Home Page Feature Section?

Discussion in 'Figero WordPress Theme' started by standyer, Oct 22, 2014.

  1. standyer

    standyer New Member

    Joined:
    Oct 15, 2014
    Messages:
    1
    Likes Received:
    0
    I don't need the third and fourth feature sections of the home page. Leaving them blank results in empty page space on the page and small boxes where the icons should be.

    How can I remove this space?

    http://yellowhornetmfg.com

    Thanks,
    Keith
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

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

    Code:
    .index-container .full_cols
    display: none;
    }
    .content .feature-content {
    margin-bottom: 0px;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     

Share This Page