Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

product list.


olliel

Recommended Posts

Posted

Hi there, how can i change the background colour of the product table? Where s the colour tag? I've tried to find it, but with no success, at the moment it is white.

 

thankyou

Posted

look in your stylesheet for

 

.infoBoxContents {

background: #f8f8f9;

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

font-size: 10px;

}

 

 

I believe it's the same for both.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted
help?

 

 

You might wanna have a little patience. 10 mins between post is not going to get you anywhere in the future with some people here. Just FYI

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Posted

hi, sorry for my impatience :blush:

 

Thies doesn't apear to change it, i've tried both sections regarding the infoboxes in the stylesheet, but it still appears white.

 

I've tried altering this;

.infoBox {
 background: #ffffff;
}

.infoBoxContents {
 background: #ff0000;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

.infoBoxNotice {
 background: #FF8E90;
}

.infoBoxNoticeContents {
 background: #ff0000;
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

TD.infoBoxHeading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 font-weight: bold;
 background: #ff0000;
 color: #ffffff;

 

but to no success. I would like to know the location of this, as I would also like to change the font-size of the page headings on the page i.e. the 'Let's see what we have here' heading.

 

thankyou

Posted

Just play around with it. Look in the file for each and find out what class it's using. For the pageheading the class is actually pageHeading so look for that in the stylesheet.

 

For the other it might be "list" something but I can't remember for sure off the top of me head. So look for list in the stylesheet.

Search the forum and contributions before posting. If that doesn't work, keep looking, then post. The forum is for seeking help and advice NOT for someone to do your work for you. Try to do something on your on, if you are going to run a shop then learn how it works.

Archived

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

×
×
  • Create New...