How can I remove the black borders seen around the buttons in the shopping cart? Strangely enough, there is not a border around all the buttons, and I can tell it looks much better. So what to do.
I can choose to show text or image, and I have chosen image, with the correct link i.g. (this is Norwegian folks, but ignore that fact) : http://sivstorhaug.powweb.com/store/med ... gg_til.jpg
I have tried to add border="0" in every possible location, no luck.
I have also tried to add
<style type="text/css">
img {border: 0;}
</style>
in the page header as I was told that this would fix the issue, but I most certainly have placed in an incorrect place , btw, my page header originally looks like this:
<img src="http://sivstorhaug.powweb.com/store/media/borders/logo2.jpg">
<style type="text/css">
div.productBlock {
height: auto;
border-color: #FF9BFF;
border-width: 4px;
border-style: double;
background-color:#ffffff;
layer-background-color:#ffffff;
visibility: visible;
}
div.productBlock div.checkout {
display: none;
}
</style>
Maybe someone can be an ANGEL and tell me what to do?