Resize Add To Cart Button

Hi,

how can i resize de 'add to cart button'?

in this case i want to make it wider.

I have installed cs cart v4.3.6.

Thanks.

you can write own css for css class :

ty-btn__add-to-cart


or for more help you can PM me

What theme do you use? For the default theme, please add the following rules to the CSS section of the Theme editor:

.ty-btn__primary {
    min-width: 200px;
    min-height: 50px;
}

http://prntscr.com/b01wo9

Hi,

perfect.

Thank you all

You are welcome!

Hi again,

Your hints helped me to do that in the most recent version of cs cart, but now i need to do the same in a early version (2.2.4) and only in the page whre thw product appears alone with details.

How can i do that?

Thanks and best regards

Try the following code:

.button-submit-action input {
    width: 150px;
    font-size: 18px;
}

http://prntscr.com/b29zgw

If you want to change button height, more complex changes will be required since button background is displayed with images.

Hi,

Thanks for your help.

I did it but probably i did it in wrong file. can you tell me in what file it must bi chenged?

Thanks

Please try

skins/YOUR_THEME/customer/styles.css

Do not forget to clear cache