How would I go about changing the default color of a check box from white to another color.
PHP Code:
<input type="checkbox" id="fa" name="fa" /><label for="fa"> Remove ads</label>
I tried to add a class then added a line to the css for color and also tried background color got no results how would this possible?