danielgreencharternet 0 Report post Posted March 9, 2011 [url=http://gigtesting.com/immmedia/] Using Ecopro I wanted to change the colors of the main feature bar that spans the top and the footer to full black. I was able to take care of the top part with custom css and setting the background image to display none.using this, which worked great: #spotlight .shadow-bottom { background-color: #000000; background-image:display:none; A similar approach isn't working for me on the footer-I tried several of the fixes I've read. Can you advise tell me what I need to be adding?I've tried several CSS combinations-no change. Any help is appreciated. Share this post Link to post Share on other sites
Kate 3 Report post Posted March 9, 2011 Hi Daniel, In "Settings->Global Options->Theme Color Scheme" There's an option to use the "Black Color Scheme"... Have you tried that? Share this post Link to post Share on other sites
danielgreencharternet 0 Report post Posted March 10, 2011 Yes Katie I did.However it wasn't black, it was gradient gray because of background images. For the top, I was able to get to real black by removing the background image (making it not visible) and changing the hex #. However the footer was still gray gradient-I couldn't make the background image go away so I deleted the 2 images referenced and then changed the background color in the theme.css from transparent to black. Weird because Firebug was pointing me to the pro//css-black file. Anyway, persistence and hacking away, it just worked. Thanks! Share this post Link to post Share on other sites