Apr 03, 2023 10:47 am
Hi,
Is it possible to change the background checkbox color (agreement and cookies):
As you can see, it is blue. I would like to use my color #ffc107
Thanks 🙂
6 Replies
Apr 03, 2023 10:55 am
Use the CSS code below:
#wpdcom input[type='checkbox'] {
accent-color: #ffc107;
}
The code above is just a simple solution. Here you can find more tips: https://www.w3schools.com/howto/howto_css_custom_checkbox.asp
Apr 03, 2023 11:58 am
Thanks a lot, it works, the background is yellow, but the arrow is now black:
Do you know how to get it white?