Archived topic
I can't get rid of Home Heading
3 replies · Started by Peter on June 2, 2016
The option "disable the content titel + Home NAV doesn't work, I've reinstalled the shop page with the same result. Hope you can help me out
WR Peter
Hi there,
Are you using WooCommerce? If so, pages like the shop and blog ignore metabox settings in WP.
You can try this CSS though:
.woocommerce .entry-header,
.woocommerce .main-navigation {
display: none;
}
Let me know if that helps or not :)
No it didn't work, but I found the solution myself add to css
/*Remove Header and navigatie in the shop*/
.woocommerce .page-title,
.woocommerce .woocommerce-breadcrumb {
display: none;
}
Glad you got it working :)