Removing Page Header

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #8212

    Hi saw a post yesterday by ten12design about hiding the page header, i too have the issue of wanting to remove this item. The code ten12design suggested worked fine, but leaves a big ugly gap where the header once was, is there a way (or CSS) to delete the header entirely so no gap is left, and the all page content shifts up removing the gap.

    Attached example page with issue

    Cheers

    http://wallq.co.uk/shop/

    #8236
    Raghavendra
    Moderator

    You can just use the following custom CSS in theme options –

    #title-area {
    display: none;
    }
    
    #8237
    Raghavendra
    Moderator

    Small correction – if you need to hide the title only for this page –

    .post-type-archive-product #title-area {
    display: none;
    }
    
    #8278

    Great, works just how i wanted. Thanks

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Removing Page Header’ is closed to new replies.