mnjhost Posted November 10, 2006 Share Posted November 10, 2006 I have installed these contrb's and work ok, however at the front page at the bottom it shows new products for november and behind this the colour is not the same as the rest of the site. I tried CSS file and everything I can think of, but no way can I change it. Am I missing something? PLEASE PLEASE HELP Quote Link to comment Share on other sites More sharing options...
bkellum Posted November 10, 2006 Share Posted November 10, 2006 I have installed these contrb's and work ok, however at the front page at the bottom it shows new products for november and behind this the colour is not the same as the rest of the site. I tried CSS file and everything I can think of, but no way can I change it. Am I missing something? PLEASE PLEASE HELP In the stylesheet.css file, look for the following: /*This is the INFOBOX Outline Style*/ .infoBox { background: #0000FF; } /*This is the INFOBOX Inner Contents Style*/ .infoBoxContents { background: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 10px; } /*This is the INFOBOX Heading Style*/ TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #FFFFFF; color: #ABDA4E; } Quote Bill Kellum Sounds Good Productions STS Tutorials & more: STSv4.6, STS Add-ons (STS Power Pack), STS V4 Forum STS Forum FREE TEMPLATE Link to comment Share on other sites More sharing options...
mnjhost Posted November 10, 2006 Author Share Posted November 10, 2006 Thanks but its was the second line in the infobox.php.html like below <tr> <td background="images/infobox/infobox_05.gif"> </td> <td bgcolor="#FFFFFF">$content</td> <td background="images/infobox/infobox_08.gif"> </td> After changing the bgcolour to FFFFFF it was fine Thanks very much anyway all help is great.. In the stylesheet.css file, look for the following: /*This is the INFOBOX Outline Style*/ .infoBox { background: #0000FF; } /*This is the INFOBOX Inner Contents Style*/ .infoBoxContents { background: #FFFFFF; font-family: Verdana, Arial, sans-serif; font-size: 10px; } /*This is the INFOBOX Heading Style*/ TD.infoBoxHeading { font-family: Verdana, Arial, sans-serif; font-size: 10px; font-weight: bold; background: #FFFFFF; color: #ABDA4E; } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.