Remove Bottom Feature Area

Discussion in 'ButterBelly WordPress Theme' started by edch1234, Jul 10, 2014.

  1. edch1234

    edch1234 New Member

    Joined:
    Jul 10, 2014
    Messages:
    1
    Likes Received:
    0
    I would like to remove the bottom feature area that has the tabs and right widget. Is there a way to do this?
     
  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:
    div.feature_mid_content {
    display: none;
    } 
    This will fulfill your requirement.
     

Share This Page