Breadcrumbs issue

#576437
  • Resolved Roberto Zanoni
    Rank Math free

    I changed some layout pages from black to white background and now the white pages on the background are indicated as home breadcrumbs:
    Links in the sensitive data section

    and so on…

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    We’ve checked your pages and we can see that the full breadcrumb is still there but because of the background color it is not visible. In this case, please try to add the following custom CSS on your site to resolve the issue:

    .rank-math-breadcrumb p a{
        text-decoration: none !important;
        color: #787878 !important;
    }
    
    .rank-math-breadcrumb .separator{
        color: #787878 !important;
    }
    .rank-math-breadcrumb .last{
        color: #787878 !important;
    }
    

    Here’s a guide you can follow to add this custom CSS on your site:
    https://www.wpbeginner.com/plugins/how-to-easily-add-custom-css-to-your-wordpress-site/

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Thanks a lot

    Hello,

    We’re glad that we could address your concern.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 3 replies - 1 through 3 (of 3 total)

The ticket ‘Breadcrumbs issue’ is closed to new replies.