Page 1 of 1
changing bread crumbs font
Posted: Thu Nov 03, 2011 8:25 pm
by Chris Hadden
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
Posted: Fri Nov 04, 2011 1:04 pm
by david-ebt
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.