Guest Posted June 26, 2004 Posted June 26, 2004 Hi All Im really starting to get stressed out now, I have an advertising campaign starting on July 2nd and our site is a "site" for sore eyes! :unsure: We need to know: 1. how to get category boxes/ borders back around the info boxes 2. Change the text size in the info boxes back to a smaller font ( we have tried to do this in the style sheet as suggested on the forums but alas nothing) 4. In the product category boxes we used to have a purple coloured buttons that linked to each category and displayed the contents 3. We are mising a piece/button in our top banner/header, how to get it back Thanks to anyone who can offer help Lianna
♥ecartz Posted June 27, 2004 Posted June 27, 2004 1. how to get category boxes/ borders back around the info boxes2. Change the text size in the info boxes back to a smaller font ( we have tried to do this in the style sheet as suggested on the forums but alas nothing) At some point, you renamed the infoBox classes to things like infoBoxLeft. If you name them back to the original names or copy the infoBox classes in stylesheet.css and make the names match the HTML, that should fix both of those problems. Hth, Matt Always back up before making changes.
Guest Posted June 27, 2004 Posted June 27, 2004 1. Edit your stylesheet.css file and check that the following code is in: TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; border: 1px; border-style: solid; border-color: #3333FF; border-spacing: 0px; background: #3333FF; color: #ffffff; } Obviously check that the border-style is solid .. the colors you can just put in yourself as you see fit. This code in the stylesheet.css specifies for all info boxes placed in your left or right column, so if you add any extra info boxes like I have, then it will all match nicely. 2. Still inside stylesheet.css file: } .infoBoxContents { background: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 10px; } This specifies the text inside the info boxes, just alter the font-size as you wish. 3. Not exactly sure what the problem could be. I think the images etc are specfied in the catalog/index.php file, check if the reference to the image is correct, and that the image is in the /images folder maybe? Hope this helps Cheers
Recommended Posts
Archived
This topic is now archived and is closed to further replies.