Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

info Header Boxes


eStore B

Recommended Posts

Where can I find how to edit the info header boxes.

I want to insert a background image on the top line and

the info boxes.

 

Need to know where and what the code should look like...

I have the image in the backgrounds folder......

 

thank you, brad

Link to comment
Share on other sites

anyone please

 

In your stylesheet

 

This:

 

TD.infoBoxHeading {

font-family: Arial, sans-serif;

font-size: 10px;

font-weight: bold;

background: #ffffff;

color: #ffffff;

}

 

Becomes:

 

TD.infoBoxHeading {

font-family: Arial, sans-serif;

font-size: 10px;

font-weight: bold;

/*background: #ffffff;*/

background-image: url('images/YOUR_IMAGE.jpg');

color: #ffffff;

}

Link to comment
Share on other sites

thank you....

If I insert as a background.....will the text links show thru...?

(Top Catalog My Account Cart Contents Checkout)

 

thks, brad

 

I think you are now talking about the header navigation background, which is different to the infobox header background, although the same applies. And yes the text links will show through, just make sure the contrast is right eg. white text on black background or vice versa.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...