• Resolved Kindfamily

    (@kindfamily)


    Hello,

    I am trying to remove the menu from my shop page. I plan to allow access to the menu only from the hamburger menu on the top right of the page and therefor . Thank you for your help!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey @kindfamily

    It’s not directly possible (at least not with CSS code) to remove the menu only from that page, but this will remove it from all category/archive pages:

    .post-type-archive-product #site-navigation {
       display: none;
    }
    Thread Starter Kindfamily

    (@kindfamily)

    Senff,

    That worked perfectly, thanks so much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Removing menu from shop page’ is closed to new replies.