Depends where it is stored usually something like
body {
background:mycolor;
}
or
html {
background:mycolor;
}
or html, body {
background:mycolor;
}
Where do I find this code at? Sorry i’m new to web design
Could you post a link to the site?
It should be in your style.css
The website url is http://www.speed-nation.com
sorry for the late response, have been very busy lately
thanks for any input!
-Justin
You should use
#main {
background:mycolor!important;
}
It will be in your style.css
I don’t suggest you change it directly. It would be smart to use a child theme
I don’t quite understand how to set a child theme up