Delete homepage services feature & feedback form

Discussion in 'ButterBelly WordPress Theme' started by krwilliams10, Sep 10, 2014.

  1. krwilliams10

    krwilliams10 New Member

    Joined:
    Aug 7, 2014
    Messages:
    6
    Likes Received:
    0
    How do I delete the homepage services feature & feedback form?
    Thank you!
     
  2. Pramod

    Pramod Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,847
    Likes Received:
    63
    Hello,

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

    For feature+form area
    Code:
    .feature_mid_content {
    display: none;
    }
    Only for feature left to form
    Code:
    .feature_mid_content .featurebox {
    display: none;
    }
    Only for feedback form
    Code:
    .feature_mid_content .feature_home_widget {
    display: none;
    }
    For feature area above the form
    Code:
    .feature-content {
    display: none;
    }
    Please use as per your need.
    Thanks & Regards
    Pramod
     

Share This Page