How do I change the color of the breadcrumbs?

Did you notice the small search field on top of the templates section? Did you write 'breadcrumb' in it? You should see 'breadcrumb.css' appear in the list below then :)

Yeah, I found the CSS, but I can't find the class that controls the part that I'm looking to change. The closest thing I see is the arrow button on the far right for the quick section menu.
 
Yeah, I found the CSS, but I can't find the class that controls the part that I'm looking to change. The closest thing I see is the arrow button on the far right for the quick section menu.
Do you use Firefox? If so, I would highly recommend installing Firebug.
You can then quickly and easily look at all the CSS on a page to see the name of elements and attributes.
It really is a huge help when editing the CSS templates.

firebug.webp
 
Yeah, I found the CSS, but I can't find the class that controls the part that I'm looking to change. The closest thing I see is the arrow button on the far right for the quick section menu.
With the CSS open, press Ctrl + f. Now type 'background'. This will find every instance of background CSS. You need to change that to your preferred color. Hope this helps.
 
Top Bottom