Button size (add to cart) and checkout display problem.
-
Hello, how are you?
I have two problems.
1- How to increase the size of the button (Add to cart) that is on the product page.
2- I created a new checkout in elementor. The checkout form is not displayed at checkout.
Can someone help me?
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .single_add_to_cart_button{
width:70%;
}
Change the width as per your needs.
Checkout is the functional page it is not editable. Remove all the content and leave the Woocommerce shortcode for the checkout.
Best Regards