Set a different color when a product is highlighted or selected

Hi @albertomsolano,
Please go ahead to Custom codes > custom CSS:


Then paste the following custom CSS code:

.product-list .pl-item.highlight {
    background: green !important;
}

Save changes an you’re done.

PS: You can also use RGB or HEX colors.

1 Like