Archived topic
breadcrumbs font weight should be 300 px
5 replies · Started by Sanu Kumar on October 2, 2020
Viewing posts 1–6 of 6
I am using this code to bold the hyperlink anchor text but I want to exclude breadcrumbs....how we can do it?
body:not(.blog):not(.breadcrumbs) .inside-article a {
font-weight: bold;
}
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Hi there,
try this CSS:
body:not(.blog) .inside-article > *:not(.rank-math-breadcrumb) a {
font-weight: bold;
}
thank u
You're welcome
This archived topic is closed to new replies.