Remove home page feature area

Discussion in 'ButterBelly WordPress Theme' started by kaocoaching, Jul 2, 2014.

  1. kaocoaching

    kaocoaching Member

    Joined:
    Jan 8, 2012
    Messages:
    34
    Likes Received:
    1
    Is there a way to hide/remove all headers, text and images from the Home Page Feature area?
     
  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-content {
    display: none;
    } 
    This will solve your issue.
     

Share This Page