Site logo

Archived topic

How to remove post title from breadcrumbs

9 replies · Started by Rob on July 24, 2021

Viewing posts 1–10 of 10

I recently switched from Yoast SEO to RankMath and it means I've had to reconfigure the breadcrumbs.

As with the Yoast breadcrumbs, there's a part of the breadcrumb that I don't want: the post title.

GP support previously gave me some CSS to hide the post title:

strong.breadcrumb_last {
display: none;
}

However, with the RankMath shortcode, this no longer works.

Do you have some CSS I could use to hide the post title in the RankMath breadcrumbs?

This is an example of what I mean:
https://robpowellbizblog.com/quizzes-for-lead-generation/

Thanks very much.

That fixed it - thanks so much :)

Hi, Rob!
May I ask what table of content plugin do you use on your website?
Thank you.

Yes, sure - it's this one in Thrive Architect:

Table of Contents

Thanks again.

No problem :)

I'm using Yoast SEO and this code doesn't work. Please help

strong.breadcrumb_last {
display: none;
}

My site: nguyendangblog.com

Hi there,

try this CSS instead:


.breadcrumb_last {
    display: none;
}
This archived topic is closed to new replies.