How do I completely remove the "Home Page Bottom" Area?

Discussion in 'Traffica WordPress Theme' started by baaaas, Oct 14, 2013.

  1. baaaas

    baaaas New Member

    Joined:
    Oct 10, 2013
    Messages:
    1
    Likes Received:
    0
    Hallo,

    How do I completely remove the "Home Page Bottom" Area?

    Thanks
    Ralf
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,


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

    Code:
    .home_content, .sidebar home{display:none;}
     
  3. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    Nitesh: I added this code and I still see the big grey box with your default info and the smaller footer box. I want to footer box but not the big grey one either. Your code is not removing that from displaying. Also, I have left all of the Social fields blank but the RSS icon still shows. How can I remove that too?
     
  4. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Roger,

    Yes that was my mistake.
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .sidebar .home{display:none;}
    And for RSS issue please download theme again from your members area and upload it. It will resolve this issue.
     
  5. rogerschnur

    rogerschnur Member

    Joined:
    Mar 19, 2013
    Messages:
    216
    Likes Received:
    14
    I just tried this code and it is still not removing the big grey box along the bottom. I need this gone today before a client review. Please asist!
     
  6. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
  7. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello Roger,

    Issue resolved. Please check your site.
     

Share This Page