changing bread crumbs font
-
- Commander (CMDR)
- Posts: 182
- Joined: Tue Jan 27, 2009 2:29 pm
changing bread crumbs font
How do I change the tiny bread crumbs font? My customers are old and can't see it. Needs to be large and bold.
Re: changing bread crumbs font
You usually do this through the style.css in the Theme folder you're using. If you look at the ConLib\BreadCrumbs.ascx you see a couple of CSS classes: breadCrumbPanel and BreadCrumbs.
There might also be some styles defined inline for the node (font-underline or font-bold).
I use the Web Developer add-on for Firefox to see what CSS styles are associated with an element on the page. It's often easier than hunting through the code to see what CSS style is being used.
There might also be some styles defined inline for the node (font-underline or font-bold).
I use the Web Developer add-on for Firefox to see what CSS styles are associated with an element on the page. It's often easier than hunting through the code to see what CSS style is being used.