Removing Header - by crumscheidt - on WordPress WooCommerce support

This topic has 4 replies, 2 voices, and was last updated 8 years, 4 months ago ago by Eva Kemp

  • Avatar: crumscheidt
    crumscheidt
    Participant
    January 22, 2015 at 19:08

    Good afternoon,

    I am looking to create a custom page template that keeps the responsive design but removes both the desktop and mobile header. Could you guys help me put together or figure out what needs to be removed to create that?

    I created a new template php file and dumped the page.php and header.php into it, then started trying to figure out what to remove, but I can’t seem to get rid of the entire thing.

    Help!

    3 Answers
    Avatar: Eva
    Eva Kemp
    Support staff
    January 22, 2015 at 20:02

    Hello,

    Do you want to remove header at all including the menu?
    If so you can add this code in custom.css file:

    .header-wrapper.header-type-1 {
    display: none;
    }

    How to create custom.css you can watch in this tutorial.

    Thank you.
    Regards,
    Eva Kemp.

    Avatar: crumscheidt
    crumscheidt
    Participant
    December 17, 2015 at 18:21

    Thank you! This solves my issue.

    Avatar: Eva
    Eva Kemp
    Support staff
    December 17, 2015 at 20:04

    Hello,

    You’re welcome.

    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Removing Header’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.