Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
Hi @mygreenfootprint,
Could you share the link to your website? So we can take a look at the CSS on that page and see fi we can make any suggestions.
Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
The site is under a coming-soon wall, so we are unable to access the checkout page.
Apologies I thought I turned it off for you to have look.will do so later today and let you when done.
Hi Fernando,
should be good to go now.
Hi Fernando,
any luck with this one?
/* border colour */
:focus {
outline-color: #006400 !important;
}
/* highlighted item */
.woocommerce-checkout select2-container--default .select2-results__option--highlighted[aria-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--highlighted[data-selected],
.woocommerce-checkout .select2-container--default .select2-results__option--hover [data-selected] {
background-color: #006400 !important;
border-bottom-color: #006400 !important;
border-top-color: #006400 !important;
}
The drop-down arrows are encoded images. It would be necessary to make a new image of the desired colour and encode it, then add that to the styles. Its beyond a forum answer for me.
Plugin Support
Fernando a11n
(@fhaps)
Automattic Happiness Engineer
Just saw you received an awesome CSS snippet from @lorro! Glad this has been solved.
Closing this thread now.