Comments zazalu started the conversationOctober 13, 2017 at 8:50amHi, How to disable page title in breadcrumbs? Examples Now it’s like this: (Breadcrumbs) Home > Life > Style > Business > This flagship coffee shop is about to disappear from the Bullring (Post title) This flagship coffee shop is about to disappear from the Bullring I need it to be like this: (Breadcrumbs) Home > Life > Style > Business > (Post title) This flagship coffee shop is about to disappear from the Bullring Is there a way to do it? Thanks 2,700PenciDesign repliedOctober 13, 2017 at 9:13amHi, To do that, please add more this code to Customize > Custom CSS: body.single .container.penci-breadcrumb > i:last-child, body.single .container.penci-breadcrumb > span:last-child{ display: none; }Best Regards,PenciDesignzazalu repliedOctober 13, 2017 at 9:22amIt works! Thank you! Sign in to reply ...
Hi,
How to disable page title in breadcrumbs?
Examples
Now it’s like this:
(Breadcrumbs) Home > Life > Style > Business > This flagship coffee shop is about to disappear from the Bullring
(Post title) This flagship coffee shop is about to disappear from the Bullring
I need it to be like this:
(Breadcrumbs) Home > Life > Style > Business >
(Post title) This flagship coffee shop is about to disappear from the Bullring
Is there a way to do it?
Thanks
Hi,
To do that, please add more this code to Customize > Custom CSS:
Best Regards,
PenciDesign
It works! Thank you!