Home Page - Bottom Feature - Hide Portions

Discussion in 'ButterBelly WordPress Theme' started by tlaffoon, Dec 8, 2013.

Thread Status:
Not open for further replies.
  1. tlaffoon

    tlaffoon Guest

    Joined:
    Nov 14, 2012
    Messages:
    5
    Likes Received:
    0
    Hello-
    I'd like the ability to suppress or turn off features at the bottom of the home page. Can you help me with CSS code to hide the blog posts and the widgets?
    Thanks
    Todd Laffoon
     
  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_mid_content {
    display: none;
    }
    .feature_blog_content {
    display: none;
    }
    This will solve your issue.
     
  3. dduarte

    dduarte New Member

    Joined:
    Dec 21, 2013
    Messages:
    1
    Likes Received:
    0
    THANK YOU SOOOO MUCH Piyush for the code!!!!! I have been sitting for hours searching codes and your guide to locate Custom CSS and the code was a HUGE HELP!!!
     
Thread Status:
Not open for further replies.

Share This Page