Posted - 11/05/2021 : 05:06:16
Hi Kevin
To remove from the proddetail page only, add the code below to the page head section.
To remove breadcrumbs sitewide, look in ectcart.css & look for & add the line highlighted in green.
Do bear in mind that search engines use breadcrumbs for understanding how a site is structured & do actually lower bounce rates
<style> div.ectbreadcrumb { display: inline-block; margin-left: 5px; display: none; } </style>
Steve Bolton Lancashire
Edited by - 1818charlie on 11/05/2021 05:50:23
|