QUOTE (HKWEB_Andy @ May 10 2008, 12:27 PM)

Hi,
I'm trying to figure out the CSS for the 7.0 cart. I'm used to 4.0, and I think there is something about CSS that I just don't know. My site is
http://www.infinityrugs.comI have two main issues I'm trying to fix right now.
1) Home page, I have links at the bottom that have a style called frontsitewidelinks that won't overwrite the standard link font. I'm doing it in the same fashion as I did in my 4.0 cart that works.
2) Product List, I'm having trouble getting rid of the border around the "More Info" button. In fact, I'd like to remove it all together, but haven't found a way to do that. An example is
http://www.infinityrugs.com/nourisonrugs.aspxYour help is greatly appreciated. Thanks!
Andy
The frontsitewidelinks can be changed by going to Design >> Site Design >> Style Settings >> Fonts. In here you can change the center column links which will change the link colors there.
To remove the more info button you can insert the following into your css file...
CODE
div.product-list-control a { display:none; }
-Eddie