• I can’t find this in the CSS. How can I change the background color of the breadcrumb? I want to make it a little darker. Thanks.

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

    Did you try using Chrome’s inspector or Firebug for Firefox?

    The class you’re looking for is .breadcrumb

    Hope that helps!

    If you’re not able to find the .breadcrumb class if your stylesheet (or whatever class the theme is using), you could use a custom stylesheet (Jetpack has custom CSS build in that you can use). Entering your custom css for that class there would override the default your theme is using. Entering something like this should work:

    .breadcrumb {
      color:#ff0000;
    }

    Good luck ??

    Thread Starter emil.wagenius

    (@emilwagenius)

    Thanks guys. I found it in the bootstrap/css/bootstrap.css file

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Breadcrumb Background Color?’ is closed to new replies.