This topic has 2 replies, 2 voices, and was last updated 6 years, 7 months ago ago by Rose Tyler
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