Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Background Color Help!


Isiah

Recommended Posts

Well i was trying to find out how to change the color for my sites buttons for example the home, new arrivals etc and how to change the category heading color and also the background color. Its kinda of hard for me to explain what i am talking about so i have a picture and i circled all the points that need a color change and i would really appreciate it if someone could help me out. Here is the link below.

 

http://i11.photobucket.com/albums/a193/Sha...pg?t=1235024836

Link to comment
Share on other sites

Well i was trying to find out how to change the color for my sites buttons for example the home, new arrivals etc and how to change the category heading color and also the background color. Its kinda of hard for me to explain what i am talking about so i have a picture and i circled all the points that need a color change and i would really appreciate it if someone could help me out. Here is the link below.

 

http://i11.photobucket.com/albums/a193/Sha...pg?t=1235024836

 

You can change it in catalog/stylesheet.css file.

 

find

 

.infoBoxContents {

background: #f8f8f9; <--------just change this color as you wish.

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

}

 

and

 

TD.headerNavigation {

font-family: Verdana, Arial, sans-serif;

font-size: 10px;

background: #bbc3d3; <-------------------change this too as you want.

color: #ffffff;

font-weight : bold;

}

Rocdy

 

Beginner in php programming and still learning from this forums.

Special thanks for Oscommerce Community Forums that help me a lot. :-)

Link to comment
Share on other sites

If this is a template and that is my guess because osc uses stylesheets for color........ You will need to first figure out what the color code is by using a color picker and then open the file you think the code is coming from and do a search for that color code.

 

I use PsPad to edit and once you find that color you can do a find and replace from the menu bar.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...