I am not HTML knowledgeable AT ALL. My post here is about an issue concerning the HTML in this website I'm creating http://testingthistemplate.weebly.com/
I'm just trying to remove the grayscale code I am using in a Weebly website header. Nobody at Weebly or the Weebly support community is responding to my question. I don't know what to do. All I want is my website headers (they come from a Weebly template) to show the header images (they're mine, that I upload) in their normal color, not black and white.
I would really, really appreciate any help in editing this code below and posting it back up for me to copy. Sorry for the trouble. Thank you!!!!!
body {
height: 100%;
font-size: 15px;
font-family: 'Cabin', Arial, sans-serif;
line-height: 1;
background: #2e2e2e;
color: #818181;
padding: 0 !important;
margin: 0 !important;
-webkit-font-smoothing: antialiased !important;
-moz-font-smoothing: antialiased !important;
-o-font-smoothing: antialiased !important;
-moz-osx-font-smoothing: grayscale;
I would really appreciate your help.