In your first response, you reference the WoodMart theme, but the Hitek theme doesn’t have button rounding options in Theme Settings. In your second response, you reference the button element from Elementor page builder which has built-in styles including rounded button styles, but the Add to cart button and the builder element don’t share common options and styles, and as already mentioned, our Hitek theme doesn’t have built-in options for rounding the Add to Cart button. To add rounding to this button, you need to use the following custom code which should be added to the Global Custom CSS Area in Theme Settings.
body :is(.add_to_cart_button, .single_add_to_cart_button) {
border-radius: 25px;
}
If you need to modify any other buttons, write to us and we will provide you with instructions or modified custom code.
Kind Regards