controlling breadcrumb last element

This forum is for all Flare issues not related to any of the other categories.
Post Reply
yonatanlehman
Propeller Head
Posts: 51
Joined: Mon Sep 18, 2017 6:14 am

controlling breadcrumb last element

Post by yonatanlehman »

Hi
I'd like to shorten the breadcrumb so that it only shows the hierarchy and not the title of the currently shown page
In other words, I want to see the pages parents but I don't need to see the page title since it's just under the breadcrumb and its a waste of space
Is there a way to do this?
yonatanlehman
Propeller Head
Posts: 51
Joined: Mon Sep 18, 2017 6:14 am

Re: controlling breadcrumb last element

Post by yonatanlehman »

Got it !
Its classed as MCBreadcrumbsSelf
so I can simply do:
.MCBreadcrumbsSelf
{
display:none;
}
Post Reply