• Resolved starlyon

    (@starlyon)


    How can I change my yoast Breadcrumb from (Home >> Category Name > Post Title) to (Home >> Category Name)

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Maybellyne

    (@maybellyne)

    Hello @starlyon

    Thanks for reaching out. If Post Title is the node in the breadcrumb path you’re currently on, you cannot remove it from the path to have Home >> Category Name. What you can have is Home >> Post Title, where the Category Name is excluded.

    If you want to remove the post title, you can do so with custom CSS in your theme’s CSS file. Find the class or ID of the post title’s div, and apply display: none. It’s simple, and you can do it as well.

    
    .your_class_name {
      display: none !important;
    }
    
    • This reply was modified 1 year, 8 months ago by Robiul Islam.
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Yoast Breadcrumb’ is closed to new replies.