There seems to be an overlay over the widget area in the footer. This alters the colours of the widget icons and the text.
I thought that if I made the footer transparent that would fix this.
I looked this up in the forum and found the answer. After adding the css
#top #footer{
background: transparent !important;
}
and changing the footer.php files
The widget areas still have the original footer colour layed over them.
Is there something I missed?
Thanks in advance














