Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

No A.Color Change to the TR.ALT row?


Guest

Recommended Posts

I've checked out a lot of themes on the 2.3.x version and one thing I have noticed is - on the "darker" themes is the ALT row, which is every other row when in product listing, is white but so is the A links on the ui.widget-content, so linked text is lost on the white background.

 

I'm using the Mint-Choco theme as an example. The entire alt row looks like this:

<tr class="alt">
 <td align="center">
   <a href=".."><img ...></a>
 </td>
 <td>
   <a href="...">Name of Product (can't see this)</a>
 </td>
 <td>
   <a href="...">Price of Product (can't see this)</a>
 </td>
</tr>

 

Anyone have the same problem?

 

What needs to be done in the jquery CSS file to make this work?

Edited by cda
Link to comment
Share on other sites

  • 1 year later...

For what it is worth I found the field in the stylesheet in the root

 

.productListTable tr.alt td

 

After an hour or so searching I decided to do a screen print of the product listing page. And then used the colour picker to find out the colour code.

 

When I knew the code I copied and pasted the stylesheets into notepad and searched for the code. Bobs your uncle, it took 2 minutes.

 

Instead of a colour I used a css3 gradient, Google it, there are a few tools where they will write the code for you.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...