Reply 279149 to: Position of the "Add to cart" button

Avatar: Olga Barlow
Olga Barlow
Support staff
March 13, 2021 at 10:55

Hello,

There is no option to change the position of the add to cart in our theme but you may try WooCommerce hooks to change it if you have some PHP skills https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/

Add the below CSS to Theme Options > Custom CSS to change the color

.single-product-page .product-info .single_add_to_cart_button {
    background-color: #c35d47;
    color: #404040;
}
.single-product-page .product-info .single_add_to_cart_button:hover {
    background-color: #404040;
    color: #ffffff !important;
}

Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.