kandah Posted July 22, 2003 Posted July 22, 2003 I want to change the background color of the footer where the copyright text is (not the row with date). I tried to change the following line but nothing seems to happen: TR.footer { background: #76A0C8; Help appreaciated!
kandah Posted July 22, 2003 Author Posted July 22, 2003 Actually i looked in it before i posted but i couldn't find it anywhere or maybe im not justr payi9ng attention. Could you be more precise? please! :)
Guest Posted July 22, 2003 Posted July 22, 2003 http://wiki.oscommerce.com/helpHowtoStylesheetCatalog. Btw, TD.footer will override TR.footer. Good luck, Matt
kandah Posted July 23, 2003 Author Posted July 23, 2003 I have no luck with this, i need to get it the way http://www.dappamobiles.com/eshop/ has done for example. Why is it overriding, is there a way to get around this?
Guest Posted July 23, 2003 Posted July 23, 2003 Why is it overriding, is there a way to get around this?Because the table cells are in front of the rows. Thus, to change the color, you would want to make it at the cell (TD) level rather than at the row (TR) level. Good luck, Matt
kandah Posted July 23, 2003 Author Posted July 23, 2003 Okay.. I still don't get it right, could you be more specific please? :roll:
Guest Posted July 24, 2003 Posted July 24, 2003 You need to look for this code, around line 92: TD.footer { font-family: Verdana, Arial, sans-serif; font-size: 10px; background: #bbc3d3; color: #ffffff; font-weight: bold; } ...and you need to change the background: #bbc3d3; -Matt
Recommended Posts
Archived
This topic is now archived and is closed to further replies.