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 #3643541
remove page titile in breadcumb
Open

Comments

  • nicolauspaus started the conversation
    6074777367.png

    how to remove page title in breadcumbs?

  •  2,540
    PenciDesign replied

    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 replied
    I just wanted to remove the title in breadcrumb, but after installing this custom CSS everything disappeared3579876395.png
  •  2,540
    PenciDesign replied

    Hi,

    Please send me your post URL. 

    Regards,

    PenciDesign. 

  •  2,540
    PenciDesign replied

    Hi,

    Please modify the CSS code:

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

    Regards,
    PenciDesign.


  • Yuriy replied

    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.

  •  2,540
    PenciDesign replied

    Hi @Yuriy,

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

    Regards,
    PenciDesign.