I am attempting to change the footer color of my site from ##D1D0CE to #FFFFFF
This is the default CSS for the footer
#footer {
background-color: #D1D0CE !important;
}
In my custom CSS I have added this
#footer {
background-color: #FFFFFF !important;
}
I have changed the code everywhere imaginable and after a few hours now I am really frustrated
I have also changed the original style sheet css to the FFFFFF color- but somehow this is getting cached...I have done MANY cache resets and integrity checks...
Can anyone spot what I am doing wrong?
updated by @derrickhand300: 12/22/16 11:55:59AM