Remove .x-header-landmark from specific pages/archives

Hey,

I’d like to remove the .x-header-landmark section from certain pages on my WooCommerce store:

I’ve managed this ok on the main shop page and on product pages using this:

.post-type-archive-product .x-header-landmark,
.single-product .x-header-landmark {
display: none;
}

…But I’m at a loss as to how I do this on some other pages:

  • Product archives
  • Cart page
  • Checkout

Any help greatly appreciated.

Marc

Hey Marc,

Please note that we do not provide custom codes as part of theme support. With that said, please learn how to use the browser’s element inspector and also learn CSS so you can get the selectors you need and modify your CSS code.

Thank you for understanding.

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