This topic has 10 replies, 3 voices, and was last updated 9 years, 1 months ago ago by Robert Hall
I disabled breadcrumbs in the shop page and it still showing up. Also the single products page has breadcrumbs. How do I get rid of this?
Hello FuegoHD,
please add following css code to your custom.css file:
.woocommerce-breadcrumb{
display:none
}
Regards,
Stan Russell.
That did not work. Still showing breadcrumbs.
Hello,
I don’t see breadcrumbs on your site. Please clear cache and check it or provide us with link to page where we can see them.
Regards,
Robert Hall.
http://iwheels.us/shop/
http://iwheels.us/product/suvwhite/
Its only in the shop and product pages. I added a product just to test it and there it was.
There is only page heading.
To disable page heading you can use this code in Global Custom CSS
.page-heading{
display:none;
}
Regards,
Robert Hall.
Oh thats just page heading… So I just disable page heading in the page editor and it went away.
I thought that selector switch was for the header so I have it enabled on all my pages and none of them display that heading… Anyway thanks for the tip that solved my issue.
Hello FuegoHD,
is your problem solved?
Regards,
Stan Russell.
Yes problem solved. Thank you for your help.
Hello,
You’re welcome!
Regards,
Robert Hall.
The issue related to '‘Breadcrumbs wont go away…’' has been successfully resolved, and the topic is now closed for further responses