Customize Black Shop Button Colors

Posted in: Newspaper
Post count: 6

Is there a way to change the color of the Add to Cart and Select Option buttons in the store? They aren’t changed when you edit the theme’s color in the theme panel.

Post count: 22421

Hello,

This is because they do not originate from the theme. Please provide a link to your site and I will provide the proper css code to change the colors.

Thank you!

Post count: 6
Post count: 22421

As I see it you already changed them. There is a code coming from your site that changes the buttons already:
.button.product_type_simple.add_to_cart_button.ajax_add_to_cart{
background-color: #8b965e;
}
a.button.product_type_variable.add_to_cart_button{
background-color: #8b965e;
}

SO I think you figured it out.
Thanks.

Post count: 6

Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic.