For the use of class and id, you can view the page source for it.![]()
And in the wiki, there listed many:
Useful Tools For Working With Zen Cart™.
Also more references can be find at the topic of:
Favorite Tools of the Trade
The follows only for suggestions, since there are many combinations can be used.
For the 1st in heading is for image
Code:#listCell0-0.productListing-heading { color: maroon; }
For the 2nd, 3rd and the follows in heading are for sortings and are <a href=...
Code:.productListing-heading a { color: white; } .productListing-heading a:hover { color: maroon; }
If want more fine control for the 2nd, 3rd and so on, may try
whereCode:#listCell0-1.productListing-heading a { color: white; } #listCell0-1.productListing-heading a:hover { color: maroon; }
#listCell0-1
can be exchagned or expanded to more of
#listCell0-2, #listCell0-3, #listCell0-4 .. or more if it existed.
Hope this helps.![]()
.



