Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

change color of headergrey


caubin1

Recommended Posts

The settings are in catalog/stylesheet.css

 

TD.infoBoxHeading {

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

font-size: 10px;

font-weight: bold;

background: #; <====== HERE IS ONE FOR THE INFOBOXES

color: #FFFFFF;

}

 

 

.productListing-heading {

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

font-size: 10px;

background: #; <======== THE ONE FOR PRODUCT LISTING

color: #ffffff;

font-weight: bold;

}

 

etc...... Experiment with the stylesheet.css file.

 

Hope that helps.

McGinTech

Link to comment
Share on other sites

After changing the header, footer etc using the stylesheet.ccs, but now the "corner_right.gif", and corner_right_left.gif and corner_left.gif are still same same old colors, I found the .gif's tried to match color but due to limitations to .gif I like to switch them to .jpg as it will work with color.... thing is I need to change the file names where it points to.... where are they in a .php file

 

Thanks

Corey

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...