Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #653039

    hey guys
    i’m using the woo commerce plugin on my site and wanted to see if there is a way to disable the menu navigation at the top of the page. currently i have that navigation set up for my homepage to scroll down to the certain sections of the page. i’d like to be able to go back to the main page, but didn’t know if there is a way to set up a separate menu for a different page? so I either want to
    1. change navigation to new menu that works on that page
    2. disable top header completely so you can’t see the header.

    thanks

    http://www.jdrakeproductions.com/avemaria/?post_type=product

    #654281

    Hey jdrakeproductions,

    try this code:

    .woocommerce #header {
    display: none;
    }

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.