Make Add To Cart Button A Little Bigger And Buy Now With A Single Click As Button

Hey guys,

How can i Make add to cart button a little bigger and the buy now with a single click as button?

Please share or PM URL of your website.

Here. sorry for delay, i don't got notified about posts.

https://gpsok.ro/aparate-gps/sistem-de-navigatie-piloton-a11s/

Try to add the following code to the CSS section of the Theme editor

.ty-product-block__button .ty-cr-product-button span {    
    background: #000;
    color: #fff;
    padding: 9px 20px;
    text-transform: uppercase;
}
.ty-product-block__button .ty-btn__big {
    padding: 15px 30px;
}

http://prntscr.com/k2vqf9

Try to add the following code to the CSS section of the Theme editor

.ty-product-block__button .ty-cr-product-button span {    
    background: #000;
    color: #fff;
    padding: 9px 20px;
    text-transform: uppercase;
}
.ty-product-block__button .ty-btn__big {
    padding: 15px 30px;
}

http://prntscr.com/k2vqf9

Thank you !