Jump to content

[SOLVED] Prestashop 1.4.7 Change "add to cart" button size


Recommended Posts

Hi, we would like to move the button "add to cart" in the product page, and also to make it bigger
But we would like to first understand how to do it, because we see that the icon of the buttons are practically "triplets" images of three buttons in row with the latest of lighter color (which we think is displayed when the product is not available).
So could someone help us how to proceed ? thanks

 

____________________________

http://www.kissene.com/en

Link to comment
Share on other sites

Hi, we would like to move the button "add to cart" in the product page, and also to make it bigger

But we would like to first understand how to do it, because we see that the icon of the buttons are practically "triplets" images of three buttons in row with the latest of lighter color (which we think is displayed when the product is not available).

So could someone help us how to proceed ? thanks

 

 

what template you use? everything depends on it

you're reffering to shop from your signature?

Link to comment
Share on other sites

you can use code:

 

#add_to_cart input{
padding: 20px!important;
height: auto;
background-image: none!important;
background:red;
}

effects:

jG20Ot5.png

 

you can use code:

 

#add_to_cart input{
padding: 20px!important;
height: auto;
background-image: none!important;
background:red;
}

effects:

jG20Ot5.png

Oh, thanks very much, I haven't much skill yet on it.

Is it enough to put the code above in the product.tpl file then ?

Link to comment
Share on other sites

×
×
  • Create New...