AbanteCart Community

AbanteCart Development => Customization help => Topic started by: fcbrasov1 on December 19, 2013, 02:42:54 PM

Title: add to cart button
Post by: fcbrasov1 on December 19, 2013, 02:42:54 PM
Hello ,
I want to put add to cart button smaller on html5 template ,can anyone help,please?
Title: Re: add to cart button
Post by: Basara on June 23, 2014, 07:57:35 AM
Hello.

You need to modify CSS for this template
../storefront/view/default_html5/stylesheet/style.css
search for css rule about 958 line
Code: [Select]
.thumbnail a.productcart {
background: #00A1CB url(../image/prodcutcart.png) right 7px no-repeat;
color: #fff;
float: right;
padding: 8px 27px 8px 8px;
font-size: 13px;
text-transform: uppercase;
}
Title: Re: add to cart button
Post by: virpal1 on June 25, 2014, 08:56:05 AM
Hi Admin,

Kindly send the procedure how can we change Add to Cart to Add To Buy ?

thanks
Title: Re: add to cart button
Post by: Basara on June 25, 2014, 08:59:42 AM
Hi. See http://forum.abantecart.com/index.php/topic,2374.msg9963.html#msg9963
Title: Re: add to cart button
Post by: virpal1 on June 26, 2014, 05:27:29 AM
i dont find any solutions over the given link ,kindly send me the full procedure,

how can i change add to cart to add to buy ?

thanks
Title: Re: add to cart button
Post by: Basara on June 26, 2014, 06:48:55 AM
Hi.

Try to search for text 'Add to cart' in admin ( top right corner ) See video how it works
Title: Re: add to cart button
Post by: rehmattanha2013 on November 02, 2014, 05:51:06 PM
but Admin Where we have to past this code in default?