Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

how replace color header barre by image


Baycris

Recommended Posts

In stylesheets.css

 

TD.headerNavigation {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background: #FF9933 none;  // not the default color
color: #ffffff;
font-weight : bold;
}

 

replace the line background: #xxxxxx

with

background-image:image_name.ext // ex. header_image.gif

 

TD.footer {
font-family: Verdana, Arial, sans-serif;
font-size: 12px;
background: #FF9933;  // not default color
color: #ffffff;
font-weight: bold;
}

 

replace the line background: #xxxxxx

with

background-image:image_name.ext // ex. footer_image.gif

while (!succeed) {try()};

 

GMT -6:00

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...