Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Richie KS

    (@rkcorp)

    assuming the category is in main-navigation, check your body class for page id like page-123 when in ‘shop’ page and add this to theme option->custom css

    .page-123 #main-navigation { display:none; }

    Thread Starter kristofluyten

    (@kristofluyten)

    Hey Richie, thank you for your quick answer

    the url of my shop page is https://www.sixpacks.be/winkel/

    In the page overview I see that the Id is 25 but it doesn’t seem to work if I use .25 , .page-25 or .winkel

    Can I check somewhere if my category-menu is in the main-navigation?

    thank you already

    Kristof

    Theme Author Richie KS

    (@rkcorp)

    maybe this

    body.woocommerce-page #main-navigation { display:none; }

    Thread Starter kristofluyten

    (@kristofluyten)

    yes! This does it!

    Thank you Richie!

    Hi,

    I was trying to get this work but could not.
    The requirement is a bit different,

    I do not want to show the #main-navigation in any other place except for Posts.

    How can i do this.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide categorie menu on specific page’ is closed to new replies.