AbanteCart Community

Shopping Cart Operations => Support => Template Support => Topic started by: sam on July 11, 2013, 06:41:57 PM

Title: resize add to cart button, buy buttons
Post by: sam on July 11, 2013, 06:41:57 PM
how would you resize the "add to cart" (buy) buttons...they a re microscopic for a a shopping cart (Default template)

Title: Re: resize add to cart button, buy buttons
Post by: abantecart on July 13, 2013, 03:43:34 PM
You can locate this in CSS file: storefront/view/default/stylesheet/boxes.css

Look for:
Code: [Select]
.price-add .buy {
    background: url("../image/add_btn.gif") no-repeat scroll 0 0 transparent;
}

You can add your own image