Help! Don't want to display Homepage Tab and Right Widget?

Discussion in 'ButterBelly WordPress Theme' started by kstiner, May 9, 2014.

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

    kstiner New Member

    Joined:
    May 9, 2014
    Messages:
    11
    Likes Received:
    0
    Hello.
    Is there a way to remove the following sections from my home page:
    Home Page Tab Feature start from here
    Home Page Right Widget Area.

    Thanks so much!
     
  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
     
    kstiner likes this.
  3. kstiner

    kstiner New Member

    Joined:
    May 9, 2014
    Messages:
    11
    Likes Received:
    0
    Is there a way to keep the Home Page Tab Feature start from here BUT NOT the Home Page Right Widget Area?
     
  4. Gourav

    Gourav Support Staff

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


    Hello,
    For this, firstly remove the code given above then,

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

    Code:
     .feature_home_widget {
    display: none;
    }

    Thanks & Regards
    Gourav Shrivastava
     
  5. kstiner

    kstiner New Member

    Joined:
    May 9, 2014
    Messages:
    11
    Likes Received:
    0
    Thank you for the response. That code isn't working for me. I tried to remove the space before .feature. I also tried to remove the space in between widget { But neither worked for me.

    I also have another css code in there to change the size of the of the header. I attached a screen shot of my CSS.

    www.kathiestiner.com

    thank you so much for all your amazing quick help. I appreciate your support very much.
     

    Attached Files:

  6. 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:
     div.sidebar.home {
    display: none;
    }

    It will work.


    Thanks & Regards
    Gourav Shrivastava
     
    kstiner likes this.
  7. kstiner

    kstiner New Member

    Joined:
    May 9, 2014
    Messages:
    11
    Likes Received:
    0
    Thank you so much! That worked.
     
Thread Status:
Not open for further replies.

Share This Page