http://www.localm.com/

i want breadcrumbs on the top, but can't seem to change the font and the color. It's probably a simple fix, and would like some help with this.

CR

Comments

shawn.sh’s picture

.breadcrumb,
.breadcrumb a:link, 
.breadcrumb a:visited{
 	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}

instead of what you have for a.breadcrumb

--
Shawn Gregg

gmndesign.com - portfolio
shalosophy.com - blog

drzigzag’s picture

Thanks!