Can you remove the header from WooCommerce shop pages?

Hi, I’m working on a site and I want to remove the header from the WooCommerce pages. I’ve tried some CSS already but it’s not working!

.woocommerce .x-header-landmark {
display: none;
}

I’ll put the URL in a secure note as it’s being built on a temp link, but I don’t want the title ‘The Shop’ or the breadcrumbs showing.

Thanks!

Hi there,

The code you are trying to use should work but please try:

.single-product .x-header-landmark {
    display: none;
}

If this does not work, perhaps there are some CSS errors in the codes that are in your Global CSS.

Please copy and paste all the codes here and it should give you information if there is any CSS error.

Hope this helps.

Your code worked, thank you!

Is there an area in the Theme Options where I can turn off the breadcrumbs, as I don’t want them showing at all, as it appears on the Basket page. I’ve looked for it but can’t see it anywhere!

Thanks!

Hi there,

You should the option in X/Pro > Theme Options > Header > Miscellaneous > Breadcrumbs.

Hope this helps.

Thank you! I couldn’t find it for looking!

I appreciate all your help.

Thanks!

You’re most welcome.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.