Is there an easy Quick CSS way to make the vacation selection stand out more? So when a customer click the size for example, the button is barely bolded so it’s hard to see that your selection was made.
Hey Rgrant74,
I’m not following what you mean, what is the vacation selection? What exactly are you looking to change?
Best regards,
Rikard
I want that when someone selects a variation (example S for size small), the selected button/icon is more bold or a different colour outline, so that it stands out more. Currently, there is not much difference in the way a selected variation button looks and one that is not selected.
Hi,
Ok, so you want to add a colour to the active selection maybe? If so then please try this in Quick CSS:
.adsw-attribute-option .meta-item-text.active {
border: 1px solid #6f6f6f;
color: green;
}
You have active caching on the site, please remove that before checking the changes. When not to use a caching plugin
Best regards,
Rikard
This is perfect. Thank you