Disable bottom features and contact

Discussion in 'ButterBelly WordPress Theme' started by matthewford, Apr 23, 2014.

  1. matthewford

    matthewford Member

    Joined:
    Jan 16, 2013
    Messages:
    55
    Likes Received:
    0
    Hi,

    I would like to just have the slider and the first 3 feature areas and the rest completely removed. What is the custom CSS to do that?

    Matt
     
  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_mid_content {
    display: none;
    }
    .feature_blog_content {
    display: none;
    } 
    This will solve your issue.
     

Share This Page