Site logo

Archived topic

Change breadcrumbs color to light grey

3 replies · Started by vincenteccl on March 21, 2023

Viewing posts 1–4 of 4

Hi! I want to change the breadcrumbs link color to light grey.
How can I do it?
Thanks.

Hello there,

You can try adding this through Appearance > Customize > Additional CSS:

nav.rank-math-breadcrumb a {
    color: #888888;
}

how about setting the hover color?

Add this:

nav.rank-math-breadcrumb a:hover {
    color: #333333;
}
This archived topic is closed to new replies.