Comments 2tha-plug started the conversationJanuary 4, 2017 at 2:54pmHiw is it possible to change the color of only the place order and add to cart button?[deleted] repliedJanuary 5, 2017 at 1:57pmHi there, We don't provide support for customizations but i will try to help you this time. Please send us the exact places where those buttons are and I will try to give you the code to change their color. 2tha-plug repliedJanuary 6, 2017 at 7:48amThank you very much!https://www.tha-plug.com/product/ballin-no-nba/ => the "add to cart" buttonhttps://www.tha-plug.com/cart/ => "Preceed to Checkout" buttonhttps://www.tha-plug.com/checkout/ => the "Place Order" button[deleted] repliedJanuary 9, 2017 at 11:47amHi tha-plug,Please add the code below to Custom CSS .woocommerce .item-info .group_table .button, .woocommerce .item-info form.cart .button { background: red !important; } .woocommerce .item-info .group_table .button:hover, .woocommerce .item-info form.cart .button:hover, .woocommerce .item-info .group_table .button:active, .woocommerce .item-info form.cart .button:active { background: green !important; } .btn-primary, .checkout-button { background-color: red !important; } .btn-primary:hover, .checkout-button:hover { background-color: green !important; color: #fff !important; } 1 Like Sign in to reply ...
Hiw is it possible to change the color of only the place order and add to cart button?
Hi there,
We don't provide support for customizations but i will try to help you this time. Please send us the exact places where those buttons are and I will try to give you the code to change their color.
Thank you very much!
https://www.tha-plug.com/product/ballin-no-nba/ => the "add to cart" button
https://www.tha-plug.com/cart/ => "Preceed to Checkout" button
https://www.tha-plug.com/checkout/ => the "Place Order" button
Hi tha-plug,
Please add the code below to Custom CSS