studentkrubb 0 Report post Posted March 3, 2011 Hello, I've now come to the phase of assigning a background to my site. But somehow it doesn't work. I'm using full-width design with canvas and have set my background accordingly: Any thoughts or do you need any other information first? Thanks! Share this post Link to post Share on other sites
Kate 3 Report post Posted March 3, 2011 Hi Joakim - It's hard to say without seeing your CSS. Once you click "save" on the settings, does the image still appear in the admin area there? Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 3, 2011 Hi Kate, I understand - which part would you like to see, or rather - where do I find it? Yes the picture still appears, the screenshot is taken several hours after saving. Thanks! Share this post Link to post Share on other sites
Andrew 207 Report post Posted March 3, 2011 Post your live link once again, you may check you dynamic.css file to see what's going on with the CSS.. (view source, look for dynamic.css?ver.... ) Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 3, 2011 http://nysida.studentkrubb.se I think a {background-color:#ffffff;} might be covering it up, can't find it though. Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 That's exactly the problem, I've seen it many times before. Drop this in Custom Code > Custom CSS: `body #page{background-color:transparent}` Thanks, Bryan Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 4, 2011 Thank you Bryan! Sorry to bother but this made the footer transparent as well, how do I best solve this? Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 We'd now need to give the footer it's own background color: `#footer{background:#000}` It doesn't appear you have anything going on in the footer so ultimately you might just want to hide it all together: `#footer{display:none}` Thanks, Bryan Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 4, 2011 Much appreciated!! I can't seem to find the div id of the top piece, right above the page-canvas where the facebook coding goes. Would like to color it back as well so that I may proceed working with that part and the footer. Thanks! Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 Have you already discovered Firebug?: http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 4, 2011 Yes, the last (or rather first) div id is "site" and then there are plenty of scripts and link id's. Am I looking at the wrong place? Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 4, 2011 Actually, that area at the top is showing the white of your image, so you'd want to color the top of your image. Thanks, Bryan Share this post Link to post Share on other sites
studentkrubb 0 Report post Posted March 4, 2011 I've tried lowering the vertical position but the picture doesn't seem to be overlapping. Here is how it looked before adding the background (the top red color disappeard with body #page{background-color:transparent}) Any thoughts? Thanks! Share this post Link to post Share on other sites
catrina 103 Report post Posted March 4, 2011 Can you revert back to what it was looking like in the screenshot posted so I can look at it? Is it the red part you want to change? Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites