Hide blog posts from homepage

Discussion in 'ButterBelly WordPress Theme' started by keyboard, Dec 13, 2013.

  1. keyboard

    keyboard New Member

    Joined:
    May 27, 2012
    Messages:
    1
    Likes Received:
    0
    Hi, I'd like to hide the blog posts from the homepage. Can you please help me?
    Thanks, Ben
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)

    Code:
    .feature_blog_content {
    display: none;
    }
    This will solve your issue.
     

Share This Page