Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How to change header colour to image


foax_19

Recommended Posts

Hi,

 

I want to change the column below, i want to have a background image instead of a colour. How is this possible. Can anyone help..

 

bvccf7.jpg

 

Thank You.

 

you would need to change your style sheet. look in stylesheet.css for an entry called 'TD.headerNavigation' and remove the 'background:' setting and add a 'background-image:' setting.

 

if you need more reference material on style properties, you can go here http://www.devx.com/projectcool/Article/19813

Link to comment
Share on other sites

I dont really understand what are background settings and what are background image settings, can you tell me the setting please. What to change and what to add..

 

take a look at the link i included in my last post and then look at the stylesheet.css file under the definition of 'TD.headerNavigation' - you should see what i mean.

 

the 'background:' setting sets the background color

the 'background-image:' setting sets an image to use as the background for the element.

 

if you don't understand css you might want to do a little studying on the subject before you start making changes. there are lots of web sites that can help you.

 

you will also want to save a copy of your stylesheet.css before you make changes, just in case.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...