Changing Swatch Selection Background Color

Hi @technase ,

Try adding below css to styles.css.

.swatch_options input:checked+.swatch-element {
    background: #000;
    color: #fff;
}

Please don’t hesitate to reach out if you require further help to optimize or customize your store. If you find this information useful, a Like would be greatly appreciated. And if this solves the problem, please Mark it as Solution!

Best Regards,
LuffyOnePiece

1 Like