This topic has 4 replies, 3 voices, and was last updated 10 years, 1 months ago ago by Eva Kemp
Is it possible to remove the entire breadcrumb section on a per page basis? For example, I’d like the breadcrumbs to show on some pages but not all pages so when I’m creating a new page I’d like the ability to turn off the breadcrumbs for that page.
Thanks,
AP
Hello,
it can be done using css code in Visual Composer. Please navigate to page where you want to disable breadcrumbs, click on Edit Page > Visual Composer’s Backend Editor > Page settings (gear icon) and add there following code
.breadcrumbs{display:none !important}
Here is example: http://gyazo.com/acebcb3ef7de2586fb053a915ed78293
This code will hide breadcrumbs only on that page.
Perfect. Thank you!
AP
Hello,
You’re welcome.
Regards,
Eva Kemp.
The issue related to '‘Remove breadcrumbs on a per page basis’' has been successfully resolved, and the topic is now closed for further responses