Color of Footer
-
Hi Jerry,
I recently updated my version of Agama to the newest version. After doing so the background color of div.footer-widgets has changed to a blueish hue. It used to be dark grey.
I have gone into styles and tried changing background-color to black but with no luck :
.footer-widgets {
font-size: 13px;
padding: 30px 0;
background-color:#0000;
line-height: 22px;
color: #FFF;
border-top: 5px solid rgba(255, 255, 255, 0.3);
}I noticed after using google chromes inspector tool that something may be overriding it. Shown below:
element.style {
}
.footer-widgets {
background-color: #314150;
}I have not been able to locate this in the styles editor on wordpress. Is there a solution to this problem?
Thanks,
Brendan
- The topic ‘Color of Footer’ is closed to new replies.