Code for removing 'Theme Features' and the 'Need help' features ?

Discussion in 'ButterBelly WordPress Theme' started by baersing, Jan 11, 2014.

  1. baersing

    baersing New Member

    Joined:
    Jan 11, 2014
    Messages:
    4
    Likes Received:
    0
    Any help would be appreciated, I've tried to write it myself, and don't know CSS well enough.

    I have attached a screenshot of the portion I am referring to.

    Thanks!
     

    Attached Files:

  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;
    }

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page