Hello, @IP,
Please try with the Custom CSS code given below and change the colors in the given code as per your requirements.
For Sticky add to cart button:
.etheme-sticky-cart button.add_to_cart_button.ajax_add_to_cart.single_add_to_cart_button.button.alt.wp-element-button {
background-color: yellow !important;
}
button.add_to_cart_button.ajax_add_to_cart.single_add_to_cart_button.button.alt.wp-element-button:hover {
background-color: green !important;
}
For Sticky Buy now button:
.etheme-sticky-cart button.et-single-buy-now.single_add_to_cart_button.button.alt {
background-color: yellow !important;
}
.etheme-sticky-cart button.et-single-buy-now.single_add_to_cart_button.button.alt:hover {
background-color: green !important;
}
Regards 8Themes Team.