• Hello!

    I downloaded the “Breadcrumb NavXT” plugin and it works alright.

    The problem is I would like to make the breadcrumbs’ font size smaller but I can’t find this value in the HTML Editor. Does somebody know where I can edit the size of the font for my breadcrumbs?

    Thanks!
    https://www.usuariosfelices.com

Viewing 1 replies (of 1 total)
  • Moderator Kathryn Presner

    (@zoonini)

    The plugin generates HTML elements that can be styled with custom CSS like this:

    .breadcrumbs {
      font-size: 80%;
    }

    Adjust the percentage as you like.

    Don’t edit the theme files directly, otherwise your changes will be overwritten every time the theme is updated to the latest version.

    An easy way to add custom CSS is to install the Jetpack plugin and activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    As alternatives, you could either install a standalone custom CSS plugin.

Viewing 1 replies (of 1 total)
  • The topic ‘Breadcrums' Font Size’ is closed to new replies.