Can someone go to
http://bearlymakinit.com/index.php?m...index&cPath=78
See the dark purple behind every other bear? What part of the css do I change to make that white again?
Can someone go to
http://bearlymakinit.com/index.php?m...index&cPath=78
See the dark purple behind every other bear? What part of the css do I change to make that white again?
TR.productListing-even {
background-color: #ffffff;
tip: get yourself a copy of Firefox and the Dev toolbar![]()
Or you could also use Google Chrome, as that has inbuilt development tools from the getgo.
If you need to look at or change something on your page, just right click it, then click inspect element. It then shows you the coding for what you clicked and also shows the stylesheet information for it as well![]()
Thank you