Hi,
When i open a portfolio page ,the breadcrumb is show as:
You are here:Home / Categories / post title
What I need is : You are here:Home / Categories
I want to remove the breadcrumb post title only in portfolio pages because it is usually too long , please help to modify this.
Regards,
Enffie
Hi Enffie!
Please try adding following code to Quick CSS in Enfold theme options under General Styling tab
.breadcrumb-trail span.sep:nth-child(5), span[typeof="v:Breadcrumb"]:nth-child(6) {
display: none;
}
if that does not work, please post the link to your website
Cheers!
Yigit
Hey Enffie
Please flush browser cache and refresh your page a few times. It does work fine on my end – http://i.imgur.com/KhDxIEd.png
Cheers!
Yigit