How do I delete the section labeled "ButterBelly Features"?

Discussion in 'Forum Rules' started by mtmcgreg, Mar 27, 2014.

  1. mtmcgreg

    mtmcgreg New Member

    Joined:
    Mar 13, 2014
    Messages:
    4
    Likes Received:
    0
    I would like to delete this particular section on my homepage called "Butterbelly Features". Here is a picture of what it looks like. I have no need for this section, therefore I would like to disable it.
     

    Attached Files:

  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;
    } 
    This will solve your issue.
     

Share This Page