Hi! On my site the shopping cart side box has a underline under shopping cart. I would like to remove the line in order to make it look the same as the other side boxes headings. A link to my site www.dudleydefense.com
Hi! On my site the shopping cart side box has a underline under shopping cart. I would like to remove the line in order to make it look the same as the other side boxes headings. A link to my site www.dudleydefense.com
The reason that one looks different is because it is a link, whereas none of the other sidebox headings are.
This doesn't mean that it can't be changed, just that by changing this one you'll probably also change many other links that you don't intend to.
Cheers
Rod
Which HTML file can I erase the a tag so that its not a link any nore
Code changes not needed. Add to your stylesheet
#shoppingcartHeading a {text-decoration: none;}
This will affect only the link in the cart sidebox heading.
Ya I did that and the line is still there
There is no underline except when you hover over the link. Is that what you meant? If so, use this:
#shoppingcartHeading a:hover {text-decoration: none;}