Skip to content
Public Ticket #28514

remove page titile in breadcumb

Conversation thread

PenciDesign Supporter replied

Staff Reply

Hi @Yuriy,

Please create a new ticket with your site URL. I need to check it first.

Regards,
PenciDesign.


Yuriy replied

Customer Reply

Hi,

I have the same question and 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?

Thank you in advance for your help.

PenciDesign Supporter replied

Staff Reply

Hi,

Please modify the CSS code:

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

Regards,
PenciDesign.


PenciDesign Supporter replied

Staff Reply

Hi,

Please send me your post URL. 

Regards,

PenciDesign. 

nicolauspaus replied

Customer Reply

I just wanted to remove the title in breadcrumb, but after installing this custom CSS everything disappeared

PenciDesign Supporter replied

Staff Reply

Hi,

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

body.single .penci-breadcrumb.single-breadcrumb > *:nth-last-child(1),
body.single .penci-breadcrumb.single-breadcrumb > *:nth-last-child(2){
    display: none;
}

Regards,
PenciDesign.



nicolauspaus started the conversation

Conversation Start
6074777367.png

how to remove page title in breadcumbs?

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