Deactivating breadcrumbs on all account/compare/whishlist pages
-
Hi,
I would like to remove breadcrumbs on several pages : ALL account pages, compare page & Wishlist page. (Screenshot attached)
Do you have any available CSS for this?
Thanks a lot for the help!
Regards,
Bertrand
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.page-id-12 .entry-header .breadcrumbs {
display: none;
}
.page-id-267 .entry-header .breadcrumbs {
display: none;
}
.page-id-265 entry-header .breadcrumbs {
display: none;
}
Regard’s.
Xtemos Studio.