Hey there!
The page i’m working on is http://www.kirkbarrell.com/contact
My problem is I changed the body background but it also changed the footer color. I just want the blue background on the body.
I used the following code:
body, .site {
background: #4682B4!important;
}
I tried a few different footer css codes but nothing seemed to work. How can i change the body background only or change the footer back to the grey background?
Thanks