Skip to content
Public Ticket #29083

Breadcrumb

Conversation thread

Yuriy replied

Customer Reply

Thank you for your feedback and support, I understand. I'll try to google other option how to solve this. 

PenciDesign Supporter replied

Staff Reply

Hi,

Unfortunately, there is no way to remove it via CSS code.

Regards,
PenciDesign.


Yuriy replied

Customer Reply

Thank you, it looks like a perfect solution! The only amendment, if possible, is that your code removed the title but the last separator is still visible. Now it looks like this: News > Opinion >

Any option to remove the last separator as well? I would appreciate it if you could help with this.

PenciDesign Supporter replied

Staff Reply

Hi,

Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:

body.single .breadcrumb_last {
  display: none;
}

Regards,
PenciDesign.



Yuriy replied

Customer Reply

Ok, but can you help me with my question - how to remove the title? The same question was on other topic, you provided code, I'm just asking where and how to include this code?

PenciDesign Supporter replied

Staff Reply

Hi,

When you install the Yoast SEO plugin, all the breadcrumb content and elements are managed by the Yoast plugin.

Regards,
PenciDesign.


Yuriy started the conversation

Conversation Start

Hi,

I would like to clarify where exactly I should include the code below to remove the page title only. I would appreciate detailed instructions on this.

One more question: there is a breadcrumb widget within your theme, and the Yoast Breadcrumb widget is also available. For SEO purposes, which widget is better to use, and in general, does it make a difference which one is used?

Will provide you credentials in private message.

Thank you in advance for your help.

Hi,

Please modify the CSS code:

body.single .penci-breadcrumb.single-breadcrumb span.breadcrumb_last {
    display: none;
}

Regards, PenciDesign.

Want to join this conversation or access attachments? Sign in first.