Can't remove header on shop page

Hello,
I have recently updated my Shop page by removing the old entries and putting in Slider Rev modules. I enabled the option “Blank Template”. For some time the page looked ok, ie without the theme header. However today, the header appeared on the mobile screens. It does not appear on the wider screens. Please see screenshot

I looked through the forum and used CSS codes recommended by your team in the past., eg:
.post-type-archive-product .x-header-landmark {
display: none;
}
.page-id-205 .x-header-landmark {
display: none;
}

Try as I may, I can’t remove the header.
I have also gone to Theme Options > Shop Options and turned off “header”. It didn’t work too.

Could you advise me what is the problem? How can this header be removed? Look forward to your kind response.

Hello @iamwithU,

Thanks for writing to us.

It looks like you are not using the correct CSS selector since it is not possible to have the same page ID of the shop as given in your above CSS code, I would suggest you please remove the code that you posted on the above posts and add this custom CSS code under Theme Option —>CSS

.post-type-archive-product .x-navbar-wrap {
display: none;
}

The purpose of providing custom CSS is to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.In case you have no idea about coding you can subscribe to One where customization questions are answered.

Hope it helps.
Thanks

Spectacular, @prakash_s. The code worked like magic.
For my learning purpose, do you happen to know why the header appeared even though I had selected “blank template” on the Page at the Wordpress panel?
Appreciate the help very much. And thanks for working on a precious weekend,

Hello @iamwithU,

Your code only hides the Landmark header. You also need to hide the navbar which is why the code given by @Prakash_s is working.

Cheers.

Thanks for reverting.
My question was not about the code, but about the option on the Wordpress page. Please see screenshot. I was given to understand that if we enable that option called, “blank template”, there will not be any theme header or element showing up, which was the case on my other webpages. I like to know why this option “blank template” did not work here, resulting in the theme header showing up

By the way, what is a “Landmark header” mentioned by @ruenel?

Appreciate the little education here, so I can learn from the issues that were raised and be more adept in using the theme.

Hey @iamwithU,

The Page Templates do not apply to the Shop page. It’s powered by the WooCommerce PHP template file in the theme which can only be overridden by using the Layout Builder of Pro.

The Landmark Header houses the Blog, Portfolio and Shop Options of a Stack.

Hope that helps.

I see. Thanks for explaining, @christian. That clears it up. :blush:

You’re welcome, @iamwithU.

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