I would like to put code in on some pages to create breadcrumbs rather than use template feature. I have Choices.
regards
Nat
I would like to put code in on some pages to create breadcrumbs rather than use template feature. I have Choices.
regards
Nat
Hi Nat,
By default all pages will have the title and breadcrumbs. Outside of the template builder element, there isn't a way of just adding in breadcrumbs to a page otherwise.
Regards,
Devin
Is there a way to remove it so that I can place in button manually? Just want to know how I can this answer to my mail as I have to go in and check?
I don't understand what you mean. The only option for the breadcrumbs is to either add it in with the template builder with the title/breadcrumb element or have it default at the top of the page with a regular page layout.
Can I not show the breadcrumb at all?
thanks
Nat
Try adding the following CSS to your Quick CSS (located under the Styling Tab in the theme options) or the custom.css file in the css folder of your theme files:
#top .breadcrumb {
display: none;
}
Regards,
Devin
You must log in to post.