Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Product Listing sytle sheet


Guest

Recommended Posts

Posted

Hello,

 

I would like to change the link(url) color for the product listing page. However, it will only be the same style that the main site is set to. Meaning if the main links are set to be Blue I want the product listing links to be red.

 

I've tried numerous things I can think of but obviously haven't come to a solution yet...

 

Has anyone been able to change this?

Posted
Hello,

 

I would like to change the link(url) color for the product listing page. However, it will only be the same style that the main site is set to. Meaning if the main links are set to be Blue I want the product listing links to be red.

 

I've tried numerous things I can think of but obviously haven't come to a solution yet...

 

Has anyone been able to change this?

In your stylesheet find the first part of the stuff below and add the last two parts

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

.productListing-data A:link{
color: red;
 text-decoration: none;
}
.productListing-data A:hover{
color: green;
 text-decoration: none;
}

change the red and green to the actual colors you want ex: #fefefe;

My Contributions

 

Stylesheet With Descriptions Glassy Grey Boxtops Our Products Meta Tags On The Fly

Password Protect Admin

"No matter where you go....There you are" - Buccaroo Bonsai

Posted

that did it! ...and I was thinking it had to be the productlisting-even and -odd.

 

Thank you

Archived

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

×
×
  • Create New...