How can I change the compare button color?

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;
}

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *