How do I hide the Post section of my homepage?

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

  1. mtmcgreg

    mtmcgreg New Member

    Joined:
    Mar 13, 2014
    Messages:
    4
    Likes Received:
    0
    How do I hide the Post section of my homepage? In the butterbelly theme
     
  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_blog_content {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page