Hi,
I want to hide the header and menus on my product pages, so that only the product informations are visible.
I did try with custom CSS in Global CSS, with no luck:
.woocommerce nav.main_menu {
display: none!important;
}
Attached is an image of what I´m trying to achieve.
Thanks a lot in advance