Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Listing Heading


DepthCue

Recommended Posts

Posted

Hello,

 

Exactly which file, and where in that file do I change the height of the product listing heading?

 

Thanks.

Posted

I think I found it in stylesheet.css. But the column headings aren't lining up. Anybody know how to valign the headings (Product Name, Price, Buy Now) in the product listing table?

 

Thanks.

Posted

How do I make the product listing heading look and behave like the info box headings. I used a background image for the info box headings, but when I try to do the same with product listing heading, things are a little off. Here is a screenshot:

Untitled-1.gif

Posted

Here is the code I have for stylesheet.css:

TABLE.productListing {

  border: 1px;
 border-style: solid;
 border-color: #666666;
 border-spacing: 1px;  
}

.productListing-heading {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background-image: url('images/ProductListingHeader01.gif');  
 background-repeat: repeat;
 color: #6E9367;
 font-weight: bold;
}

TD.productListing-data {
 font-family: Verdana, Arial, sans-serif;
 font-size: 10px;
 background: #DADADA;  
}

Archived

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

×
×
  • Create New...