Expired
Hi there,
is it possible to remove the breadcrumbs on only specific sites?
Cheers
Hello,
Yes, to remove breadcrumbs for the entire site, add this code into your custom css box:
.breadcrumbss { display: none; }
To remove breadcrumbs only for certain pages (not entire site), add the same css code in the page’s custom css box.
Best regards!
You must be logged in to reply to this topic.