Hi, Is there anyone who can help me out to change my add to cart bottom on my website. Below is the page where you can see my worst looking add to cart: hairwigscare.com/index.php/full-lace-wigs/fl-s-002.html I want to add an image like this: hairwigscare.com/skin/frontend/default/grayscale/images/addtocartX.jpg Please help me. Its very urgent for me. Thanks
Hi, You can do this using CSS. CSS Code: button { background:url(http://hairwigscare.com/skin/frontend/default/grayscale/images/addtocartX.jpg); border:none; width:155px; height:32px; cursor:pointer; } You can replace the long background url by a shorter one if you have one. I would also suggest you create a new class for your Add To Cart buttons, in case you have other buttons that you don't want this image to apply to