Reply To: Elements not hiding on certain pages and more

Home Forums Support Elements not hiding on certain pages and more Reply To: Elements not hiding on certain pages and more

Home Forums Support Elements not hiding on certain pages and more Reply To: Elements not hiding on certain pages and more

#160197
Tom
Lead Developer
Lead Developer
.woocommerce .site-header {
    display: none;
}

Doesn’t work?

And:

.archive .site-header {
    display: none;
}

Doesn’t work for archives?

Can you link me to your site? Both of those should work just fine.