Barron Posted March 25, 2004 Share Posted March 25, 2004 I cant remember how to take out that top navigation where it says Top ? Catalog. Can someone help me out. Also there are no lines around the info boxes. They arent boxes, just a header and footer. Maybe the lines are the same color as the background or something I dont know what defines the infobox lines in the css. Any ideas? Much appretiated. Link to comment Share on other sites More sharing options...
Karole Posted March 25, 2004 Share Posted March 25, 2004 Around line 99 is this: .infoBox { background: #6600cc; } That controls the lines around the info boxes. As far as the navigation, you can comment it out in the header.php, which is in the includes folder. Karole Thanks, Karole Link to comment Share on other sites More sharing options...
Barron Posted March 25, 2004 Author Share Posted March 25, 2004 Thanks! Link to comment Share on other sites More sharing options...
Woody_CRF Posted March 25, 2004 Share Posted March 25, 2004 Is their a way to change what the breakcrumb text says? Just another Squirrel trying to get a nut :D Link to comment Share on other sites More sharing options...
Karole Posted March 25, 2004 Share Posted March 25, 2004 In english.php (includes/languages/english) you can find where you can change "Top", and I know you can change the other text, but I am not sure how to at this moment. Karole Thanks, Karole Link to comment Share on other sites More sharing options...
andrewp Posted April 13, 2004 Share Posted April 13, 2004 Can anyone tell me how to make this an image? Link to comment Share on other sites More sharing options...
Karole Posted April 13, 2004 Share Posted April 13, 2004 What do you mean? How to make a background image for something? If so, you do this: .infoBox { background: url(name of your image.extension); } Thanks, Karole Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.