Hi,
I don't know how to change the header of my products in woocommerce. It's the black above the product picture.
thx
Please, attach a link to your product, so I can take a closer look at it.
Notice that it cannot be in draft mode, and it must be a published product.
Thanks
see link below
thanks
It is a Subheader. You can hide it by creating a custom template for your single products, and checking the option for that in the template options:
Or you can use the following CSS code:
.single-product #Subheader{ display: none; }
Comments
Hi,
Please, attach a link to your product, so I can take a closer look at it.
Notice that it cannot be in draft mode, and it must be a published product.
Thanks
Hi,
see link below
thanks
It is a Subheader. You can hide it by creating a custom template for your single products, and checking the option for that in the template options:
Or you can use the following CSS code:
Thanks