I am using dark theme and I can barely see what variation is selected (using Label (circle)
I there a way to change background color when a variation is selected?
This topic has 3 replies, 3 voices, and was last updated 4 years, 9 months ago ago by Olga Barlow
I am using dark theme and I can barely see what variation is selected (using Label (circle)
I there a way to change background color when a variation is selected?
Hi
Our variation swatches settings you can find in Theme Options > WooCommerce (Shop) > Shop elements.
Also, watch this video – https://www.8theme.com/documentation/xstore/video-tutotials/variation-swatches/
Hello,
Using theme options you can change the border color of the active variation. If you want to change the BG color you can use custom CSS in Theme Options > Custom CSS
.st-swatch-preview li.selected, .st-swatch-preview li:hover {
background-color: #555;
}
Regards
The issue related to '‘Backgound Color Change when variation is selected.’' has been successfully resolved, and the topic is now closed for further responses