Breadcrumb Font Size

#69984
  • Resolved RAVAmerica
    Rank Math pro
    Content AI Creator

    Trying to change the breadcrumb font size. I added the below code using the Customizing Additional CSS but it does not change the font, is there anothe way?

    .site-breadcrumbs {
    font-family: sans-serif!important;
    font-size: 14px;
    }

Viewing 1 replies (of 1 total)
  • Hello,

    Thanks for getting in touch with us.

    You can add the following CSS to your theme’s style.css file.

    Please note that you have to know a bit of CSS to use the CSS.

    You can test the code here before using:
    https://jsfiddle.net/#&togetherjs=RgCJluOqfw

    .rank-math-breadcrumb a {
    font-family: sans-serif!important;
    font-size: 14px;
    }
    .rank-math-breadcrumb {
    font-family: sans-serif!important;
    font-size: 14px;
    }

    Hope that helps and please do not hesitate to let us know if you need our assistance with anything else.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘Breadcrumb Font Size’ is closed to new replies.