I am using the default skin 1 and I have edited the css file to remove the link underline, but it is still showing. What else do I need to do to remove the link decoration: underline.
Thanks.
I am using the default skin 1 and I have edited the css file to remove the link underline, but it is still showing. What else do I need to do to remove the link decoration: underline.
Thanks.
The elements are probably inheriting from multiple different styles. Download FireFox (if you don't have it already) and make sure you have Firebug (a free addon for FireFox) installed. You can use the inspection tool in Firebug to review all CSS currently applied to any given element, and from there you can determine which classes you have to change in the stylesheet
<a href="http://www.aspdotnetstorefront.com">Shopping Cart Software</a>