This topic has 2 replies, 2 voices, and was last updated 10 years, 6 months ago ago by Jack Richardson
Hi there,
I deleted the string of code in the page files to remove the breadcrumbs:
http://10000leads.infinitewealthportal.com/faqs/
but I cannot see how to remove from the shop pages. Can you help me?
http://10000leads.infinitewealthportal.com/shop/
Thanks
Deborah
Hello,
Add this code into your custom.css:
.woocommerce-breadcrumb {
display: none;
}
Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be .
Also if you do some changes in theme files, please create child theme to keep save your changes after theme upgrading.
Regards,
Jack Richardson
The issue related to '‘Remove breadcrumbs from Shop’' has been successfully resolved, and the topic is now closed for further responses