funken 0 Report post Posted March 17, 2011 Trying to figure out how to make my background image extend behind the footer so there's no black space. Would also like to remove the site title that it puts down there. Ultimately I have a background image plugged into the footer now that I want to use as more or less the footer itself. In the template setup area I have Simple Footer Navigation dragged into the Footer mostly due to the fact that without it my background footer image won't show up. Any of this make sense? Here's the link: http://thefunken.com/_stacyrolfe/ I've tried to pinpoint the background issue with FireBug but no luck so far. Thanks for the assistance ahead of time. -Ken Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 17, 2011 I believe this will tidy it up the way you want: `#simple_footer_nav #logo{display:none}` Thanks, Bryan Share this post Link to post Share on other sites
funken 0 Report post Posted March 17, 2011 Thanks Bryan, That definitely cleaned it up a bit, but still can't figure out the black bar issue behind the footer. Any magic you have that could help here? I've read about some others having this issue but haven't stumbled on a solution yet. Thanks. http://thefunken.com/_stacyrolfe/ Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 17, 2011 That's simply the black background color changeable in Design Control. Thanks, Bryan Share this post Link to post Share on other sites
funken 0 Report post Posted March 17, 2011 Weird, I keep having issues with the AJAX saving so I have to keep toggling that hence my changes there weren't taking. So I understand it's the background color that dictates that color in the footer, but what if I'm trying to just make it transparent so my background image is behind the footer? I've tried pretty much every combination I can come up with to make the body/footer transparent. Thanks again. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 17, 2011 You can disable AJAX in Misc Settings. Then you could try `transparent` for the background color, but I'm pretty sure that's just the body peeking through so you'll probably end up with white there. Thanks, Bryan Share this post Link to post Share on other sites
funken 0 Report post Posted March 17, 2011 Yea for some reason I have to keep toggling the AJAX thing on and off and keep re-saving - not a big deal. So there's no way then to just get my main background image to run through the footer as well? What I've done now is add the full width sidebar to the footer - - as you can see still white background. Is it possible to have one single background image for both the body and footer? In other words I don't want the body color to peek through my background image. Hope this makes sense. Appreciate your patience. Share this post Link to post Share on other sites
Kate 3 Report post Posted March 17, 2011 Hey Ken, If it continues to be an issue we recommend contacting one of the Pros to help you. Share this post Link to post Share on other sites
funken 0 Report post Posted March 17, 2011 Yea I'm not too worried about the AJAX thing right now. Any insight into the footer issue? Thanks. Share this post Link to post Share on other sites
cmunns 16 Report post Posted March 17, 2011 I think you would have to try a different design framework e.g. fixed_width design framework, or maybe the one with page canvas. OR Reapply the same CSS that you have for the body bg to the #footer div. Share this post Link to post Share on other sites
rich_162534+ 2 Report post Posted March 21, 2012 Thanks for the footer div background image tip! Share this post Link to post Share on other sites