Guest Posted December 12, 2003 Posted December 12, 2003 Hello, PLease stop the voices in my head! oh.. sorry wrong site. Im trying to change the cell background where the products display. the color it defualts to is F8F8F9. I have looked on the stylesheet.css (where I changed all other colors) but no luck. Please guide me to the point I can change that @#$@ color.. Thnx Jason P.S. http://coffe.berkeytech.com/catalog/index.php?cPath=23 here you can see what Im talking about...
moonstone Posted December 12, 2003 Posted December 12, 2003 If I understand you correctly, this is where you should change: Go back to stylesheet.css and search for TD.productListing-data. You should see the folowing lines: TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; } Add a background line in between and set it to your preferred colour. For example: TD.productListing-data { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #b6b7cb; } Let me know if this helps.
Guest Posted December 12, 2003 Posted December 12, 2003 Thanx Patrick, Yes it worked and I feel sheepish (bbaa babaa). Thank you for da help!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.