Home Forums WoodMart support forum WooCommerce buttons styles – Radius Reply To: WooCommerce buttons styles – Radius

#366258

Hello,

Yes, that is correct:

body .woocommerce div.product .single_add_to_cart_button {
    border-radius: 2px 2px 2px 2px;
}

Please change the border-radius as per your needs, and add this code to the Theme Settings > Custom CSS. “Body tag is necessary to rewrite the existing CSS.

Best Regards