This topic has 4 replies, 3 voices, and was last updated 4 years, 7 months ago ago by Rose Tyler
Hi,
I would like to hide header title ONLY in single product page. How can I do that?
Hello,
You want to hide the whole breadcrumbs section or product title only http://prntscr.com/s3gzy6 ?
Regards
only the product title
Hello,
You can use the next custom CSS code –
.single-product .page-heading .product_title {
display: none;
}
.single-product .woocommerce-breadcrumb {
width: 100%;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up