Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Change footer background!


kandah

Recommended Posts

Posted

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!

Posted

click on wiki, and find your answers,

Posted

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! :)

Posted
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

Posted

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...