How can I change the compare button color?

FAQ Viewed: 720

You can use the following custom CSS to change the compare bar button to another background or text color.

a.woocommerce-compare-table-action-compare, a.woocommerce-compare-table-action-compare:hover {
background-color: blue;
color: #fff;
}

2 thoughts on “How can I change the compare button color?

Leave a Reply

Your email address will not be published. Required fields are marked *