Becki Posted May 14, 2007 Share Posted May 14, 2007 Hi, I've noticed that when the 'words' in the breadcrumb are actually links they show in the desired text format (colour,font sytle etc). When they are not links such as logoff they show in just plain black text? Does anyone know a reason for this and/or where to change it? Many Thanks Becki Link to comment Share on other sites More sharing options...
b101aa2 Posted May 14, 2007 Share Posted May 14, 2007 it's a css thing. I'd create some new lines in the stylesheet that would associate the A. to link A.breadcrumb and then with additional font class as well with teh same name of breadcrumb. Then assign the class="breadcrumb" instead of default class="headerNavigation" in the header file (if it is stock placement). Also in includes/classes/breadcrumb.php the class can then be association as well. So both math. Note: that's just teh way I'd do it. Link to comment Share on other sites More sharing options...
Becki Posted May 15, 2007 Author Share Posted May 15, 2007 it's a css thing. I'd create some new lines in the stylesheet that would associate the A. to link A.breadcrumb and then with additional font class as well with teh same name of breadcrumb. Then assign the class="breadcrumb" instead of default class="headerNavigation" in the header file (if it is stock placement). Also in includes/classes/breadcrumb.php the class can then be association as well. So both math. Note: that's just teh way I'd do it. Thanks, I played around and got it working :) Becki Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.