How to change color of the selected variant

2024-10-16 at 10.35

Copy the following code:

.product-list .pl-variants .pl-variant-option.selected {
background: #00d81e !important;
border-color: #00d81e !important;
}

Paste it under CUSTOM CODES > CUSTOM CSS

1 Like