Remove Footer Nav Bar from Static Homepage?

  • The Freecyclist

    #2958

    I apologize if this is elsewhere; I can’t find it in any of my searches.

    I’ve setup the static homepage, but I’d like to remove the footer nav bar from it to achieve a cleaner look. I’d still like those items to be on the blog & other pages…

    Thanks!

    Anonymous

    #22865

    Do you want to hide footer itself on homepage?

    .home #footer {
    display: none;
    }

    The Freecyclist

    #22866

    I think so; I want to hide the area where it lists my widgets for archives, categories, etc. but just on the static homepage–I want as clean a look as possible there. The code above didn’t make any visible changes for my site. Any other suggestions? Thanks for your help!

    Anonymous

    #22867

    Alternate front page widgets option is somewhere in Graphene options. Enable them and put nothing in that widget are. That solves your problem..

    The Freecyclist

    #22868

    Beautiful; thank you so much!

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.