Quote Originally Posted by mary4c View Post
How can I change the color from "grey" to an actual 6 digit hex code? When I change it to a code, it turns everything white.

Thanks!
dont forget to add the # before the hex code

background-color: green;
background-color: #101010;

should post css here