How to change "button" 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

2 Likes

Helpful post @BelenFunnelishTeam

1 Like