how do i change the colors of my osCommerce site?
carrie t asked:
I bought this site off of ebay and tired of waiting for a reply. I am new to this and i have already looked in stylesheet, and i can only change the font colors. What do i need to look for? do you think they added something so i couldnt change it? I know nothing about html. also my page is to narrow how do i change it to be the whole screen? please help. thanks carrie
I bought this site off of ebay and tired of waiting for a reply. I am new to this and i have already looked in stylesheet, and i can only change the font colors. What do i need to look for? do you think they added something so i couldnt change it? I know nothing about html. also my page is to narrow how do i change it to be the whole screen? please help. thanks carrie








ok, does the site have a css file? it all depends on what you want to change exactly, if it is using css then you need to look for id. In your css file it will have different styles, for different sections. This is just an example. One of my sites has a content area and it has an image.
#content{
background: url(../img/content_bg.jpg) #fff top left no-repeat;
padding: 20px 30px;
}
#fff is the color that you would be able to change, you need to find out the hex value of the color you want.