Disabling Homepage Bottom Feature Area

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

  1. mtmcgreg

    mtmcgreg New Member

    Joined:
    Mar 13, 2014
    Messages:
    4
    Likes Received:
    0
    I would like to disable the Homepage bottom feature area for the butterbelly theme. How can I do that?

    Thanks!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .feature_mid_content {
    display: none;
    }
    .feature_blog_content {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page