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.