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 #3682470
Breadcrumb
Closed

Comments

  • Yuriy started the conversation

    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.



  •   Yuriy replied privately
  •  2,540
    PenciDesign replied

    Hi,

    The breadcrumb on your site is managed by the Yoast SEO plugin.

    Please follow the document at the link below to understand how to edit it: https://yoast.com/help/how-to-implement-yoast-seo-breadcrumbs/

    Regards,
    PenciDesign.


  •   Yuriy replied privately
  •   Yuriy replied privately
  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • Yuriy replied

    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?

  •  2,540
    PenciDesign replied

    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

    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.

  •  2,540
    PenciDesign replied

    Hi,

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

    Regards,
    PenciDesign.


  • Yuriy replied

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