Hello,
We apologize for the issue you are facing with customizing your breadcrumb post’s name. It seems like the CSS you applied is not having the desired effect.
To ensure that the last breadcrumb link (which is typically the post name) appears bold while the others remain normal, you might want to try using a more specific CSS selector. Here’s an alternative approach:
.rank-math-breadcrumbs a {
font-weight: normal;
}
.rank-math-breadcrumbs a:last-child {
font-weight: bold;
}
Make sure to clear your site cache and refresh your browser after making these changes to see if it takes effect. If it still doesn’t work, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.
Thank you for raising this concern!
Sources:
How to Enable Breadcrumbs on Your Website With Rank Math SEO » Rank Math
Hello,
Please update the CSS code to this one to achieve that on Rank Math breadcrumbs:
.rank-math-breadcrumb a {
font-weight: normal;
}
.rank-math-breadcrumb .last {
font-weight: bold;
}
Let us know how this goes.
Okay, thank you. Finally The code worked now 🙂
Hello,
You’re welcome.
We are super happy that we have addressed your concern. If you have any other questions in the future, know that we are here to help you.
If you don’t mind us asking, could you please leave us a review (if you haven’t already) on
https://wordpress.org/support/plugin/seo-by-rank-math/reviews/#new-post
about your overall experience with Rank Math? We appreciate your time and patience.
If you do have another question in the future, please feel free to create a new forum topic, and it will be our pleasure to assist you again.
Thank you.