Custom Add To Cart Button

Custom add to cart button

Where i cand find exact css part for this bottom to change it ?!

Thanks

Hello

/design/themes/responsive/css/styles.less

Best regards

Robert.

some easy way for limited css skils ?

i now that we must change css code in more places

a replace command will be easy way for me

some easy way for limited css skils ?

i now that we must change css code in more places

a replace command will be easy way for me

You may wish to see this thread https://forum.cs-cart.com/topic/53715-make-add-to-cart-larger/?fromsearch=1

Near bottom of thread, it's my CSS that I used to style mine and a preview.

yes... thanks. that i mean easy way

now i must to search a padding in two color... like this

cart.jpg

.ty-btn__add-to-cart {
    color: #000;
    font-size: 12px;
    line-height: 22px;
    background-color: #D71440;
    min-width: 14px;
    height: 33px;
    padding: 2px 20px 2px 45px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
font-weight: bold;
  background-image: url(shopping-cart-512b.png);
  background-color: #FF9016;
  background-position: left bottom, right top;
  background-repeat: no-repeat, repeat;
  background-size: 33px;
 
}

Look nice

Except 1/2 pixel in left side but i don`t how to remove

But it is only main button

I need for hover to

Look nice

Hey, It does look good!

Wish I could help but I don't have CSS skills :unsure:

Let me know how it came out