Reply 239134 to: Change button colours

Avatar: Olga Barlow
Olga Barlow
Support staff
May 28, 2020 at 14:33

Hello,

We have added below code to your custom CSS to change the color of the dark buttons and it works fine

.product-information .single_add_to_cart_button, button, .button, input[type=button], input[type=submit], 
.wishlist_table .add_to_cart.button, .btn-black, .btn.btn-black,
 .subscription-toggle, .btn.filled, .pagination-cubic li span.page-numbers.current{
    background: green;
    color:#fff;
}
.pagination-cubic li a:hover {
    background: #3f9912;
}

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.