Home › Forums › WoodMart support forum › Image product › Reply To: Image product
Elise Noromit
Hello,
Perfect! Ok so what about the botton add to cart in the product page? == please specify
1) How can I delete the express checkout ( google pay, or what che costumer has as default) Attac. 1 === delete the plugins which provide these options.
2) How can i make bigger the button ADD TO CART? And change the color? by custom CSS, please add this code to the Theme Settings > Custom CSS > Global
.single_add_to_cart_button {
background-color: red;
min-width:300px;
}
3) How can i add close to it the button BUY NOW ( For express checkout i guess) These feature does not relate to our theme.
4) how can i keep the pop up cart longer? ( Atta. 2) You can open it by clicking in the header and it will be open as long as you need
5) in the checkout form how can i put the credit cart payment method before paypal? )as default) ) Att.3) This feature does not relate to our theme, you will have to find the plugin.
Best Regards