For the life of me I can't seem to get my check boxes to stay black when selected. I have tried modifying active but it appears that it only goes black on hover and once it's clicked they go back to white.
Some quick help maybe on this one???
https://yourebooked.com/mbc/book-session/
Are you talking about the background color after selection? Active is a psuedo element, you need to target the checked property. You can do this for all the checkboxes on the page with a single block of code. Here's an example in pastebin:
https://pastebin.com/kbiBJ1ee
there's probably a more elegant way of doing it, but this is the basic.
Please login or Register to submit your answer