Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can I change the borders' color on all boxes?


medved

Recommended Posts

I know how to change the color in product listing table. That I was able to find in css. But I can?t find borders for all other boxes. The example of what I want is on this website: http://cutiehearts.com/ All the borders for the boxes are pink.

 

Please help, thank you.

 

 

its still in your stylesheet.css

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

The problem is solved. Thank you.

 

Yes it was in stylesheet.css. I needed to change class names: ?.infoBox? ?and TABLE.productListing?

 

I also have posted these topic: How do I change text ?Let's See What We Have Here? to show the name of that particular category? It?s here: http://www.oscommerce.com/forums/index.php?showtopic=222869

 

If anybody can help me with this topic, please help. Go to the link specified to the topic please. Thank you very much.

Link to comment
Share on other sites

Can you tell me the ID name or can you copy and paste the CSS part here please? Because I can?t find it. Thank you very much.

 

ok in your stylesheet.css look for this code:

.infoBox {
 background: #CC0000;
}

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

.infoBoxNotice {
 background: #FF8E90;
}

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

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

TD.infoBox, SPAN.infoBox {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
}

 

that is the coding for the boxes

Wade Morris

Amarillo, Texas

 

Before you do any changes on your site you need to do BACKUP! BACKUP!

Link to comment
Share on other sites

Thank you very much for yor help.

 

I also have posted these topic: How do I change text ?Let's See What We Have Here? to show the name of that particular category? It?s here: http://www.oscommerce.com/forums/index.php?showtopic=222869

 

If you can help me with this topic, please. Go to the link specified to the topic please. Thank you very much.

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...