Hello,
I am trying to figure out how to change colour of a product drop down menu hover colour to green.
Currently, it’s gray.
Thanks!
website: https://james-c-c-c-c.myshopify.com/products/customeros
Hello,
I am trying to figure out how to change colour of a product drop down menu hover colour to green.
Currently, it’s gray.
Thanks!
website: https://james-c-c-c-c.myshopify.com/products/customeros
@onyx_au May this help you. Click Here.
Hello there
You can add that CSS code on your theme.css file
.product-form__controls-group select option {
color: green !important;
}
Thanks for that, it targeting the right areas, but I want the gray area, the hover to be green, not the text.
Edit: I just made the background white instead of black. It’s easier, I can leave the hover selection gray.