Footer Color
Hi there,
This silly little thing has been driving me nuts. I'm just trying to change the footer from a lighter grey to a darker grey. The Colors/Footer option within Be Theme options does not reflect on my site (perhaps because I'm using the One Color Theme Skin), so I'm trying to change the footer using Custom CSS. Chrome inspection shows this:
#Footer {
background-color: #545454;
}
But altering the color and adding this to my Custom CSS does nothing. I was able to change the color of the copyright section by using this though:
#Footer .footer_copy { background: #2c2c2c;}
What CSS do I need to use in order to change the color of the rest of the Footer section, where the footer widgets are?
Thanks for any help with this,
T
Comments
custom colors works only with custom skin only. So if you use One Color, you need to use css to change colors. For more details about css customization, please visit http://themes.muffingroup.com/betheme/documentation/#theme-customizations where we explained how to use tools like Firebug and similar.