Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1333528
Disable page title in breadcrumbs
Closed

Comments

  • zazalu started the conversation

    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 

  •  2,699
    PenciDesign replied

    Hi,

    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,

    PenciDesign

  • zazalu replied

    It works! Thank you!