How to add breadcrumbs in composer pages

Posted in: Newspaper
Post count: 58

Hi,

I have created pages using visual composer. How do i add breadcrumbs in the pages? In theme manager, there seems to be no option to add breadcrumbs in pages.

Post count: 22421

Hello,
breadcrumbs will only appear in the page builder+page title template if you use visual composer elements: http://screencast.com/t/IH92J2VAGRSb
It will appear in the other templates as well but only if there is no visual composer element on the page.
Thank you!

Post count: 58

It worked. But it shows the title as well. Is there any way that i just show the breadcrumb but without the page title?

Post count: 22421

Hi,

If you want to remove the page title, youi can use this custom css to hide it:
.td-page-title{
display:none!important;
}

Thank you!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.