Hello, We are looking to have a better selected add on color or style option. When someone clicks on the add on its a very limited to almost no outline color. Would like to be able to make it thicker or brigher. Red, Green etc instead of a limited black.
Closed
Last updated: April 25, 2025
Log in to comment on this feature request.
Hey there,
Thank you for your question!
It is definitely possible to customize the way selected add-on options look like using some custom CSS. For example, if you are looking to make the selection add-on image thicker and red, you could use the following CSS snippet:
.wc-pao-addon-image-swatch.selected {
outline-color: green;
outline-width: 5px;
}
CSS snippets can usually be installed directly on your active theme.
If you have any more questions on this, please don’t hesitate to get in touch with our support team via: https://woocommerce.com/my-account/contact-support/.