• I’ve been trying to figure out this problem ever since I started making this website. I have a static home page for the website, but would like to remove the ‘content container’ on the static home page only.

    http://www.twineandkeys.com/

    If you look at my site, all under construction by the way…on the home page there is a blank white section right under the menu navigation and above the slideshow slider. How do I get rid of it?!?! I know how to get rid of it if I wanted to remove it from each of my pages, but I only want it gone on my home page.

    Any help is very appreciated!! =)

Viewing 2 replies - 1 through 2 (of 2 total)
  • ading this to style.css of your theme should remove the section from the front page (untested):

    .home #inner { display: none; }

    for a more elegant solution, probably try to contact the seller of your commercial theme for support.

    Thread Starter mhaesly

    (@mhaesly)

    THANK YOU SO MUCH!! It worked!! You have no idea how happy I am! You’re awesome!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to remove content container on static home page’ is closed to new replies.