Site logo

[Support request] Change breadcrumbs color to light grey

Home Forums Support [Support request] Change breadcrumbs color to light grey

Home Forums Support Change breadcrumbs color to light grey

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2576306
    vincenteccl

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

    #2576314
    Fernando
    Customer Support

    Hello there,

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

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

    how about setting the hover color?

    #2576332
    Fernando
    Customer Support

    Add this:

    nav.rank-math-breadcrumb a:hover {
        color: #333333;
    }
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.