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
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
One standard license is valid only for 1 project. Running multiple projects on a single license is a copyright violation.