Hi,
I would like to remove Breadcrumb and Return To Previous Page link from shop pages, product pages?
How can I do so?
the code below does not work:
.woocommerce-breadcrumb{
display:none
}
.back-history{
display:none
}
Regards,
Hello,
Please try to use this code:
.single-product .woocommerce-breadcrumb, .single-product .back-to,
.post-type-archive-product .woocommerce-breadcrumb, .post-type-archive-product .back-to{
display:none;
}
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.