davecfm 10 Report post Posted August 17, 2011 Hi, Apologizes for starting a new thread but the old one was marked as "answered." ugh! I'm still trying to figure out how to make the background image continuous behind the header and the navigation. I dont want to see any white around the header logo or around the navigation and would like to continue the light blue canvas. I have set all my selectors to white and added the custom css code #page {background: transparent} without any luck Anything else I can try? Thanks, Dave www.farekitchen.com Sidenote: How do I comment on my own post without marking it as answered? Also, labeling incomplete but helpful responses as "rejected" seems like an ungrateful way to keep the thread open. Share this post Link to post Share on other sites
Rob 547 Report post Posted August 17, 2011 I thought Kastelic answered your previous post and that you seemed satisfied with the reply. Apologies. As for the solution, he gave you the Custom CSS to achieve your goal. Did you try it? Did it not work? Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
davecfm 10 Report post Posted August 17, 2011 Rangelone, Hi. I did try Kastelics recommendations (listed above) with no luck. I should mention; in "design control" I only changed the "basic layout colors" to white and not the text, borders, etc.. Kastelic mentioned changing "all" elements so I just wanted to clarify. Thanks Dave Share this post Link to post Share on other sites
Rob 547 Report post Posted August 17, 2011 Dave, may I suggest change all the basic layout colors and see how it goes. Experiment if you wish, to see how different ones apply to the background you seek to change. Former PageLines Moderator, Food Expert and Raconteur Share this post Link to post Share on other sites
davecfm 10 Report post Posted August 17, 2011 Hi Ranglone, I've tried changing the colors. It doesn't work. Thanks, Dave Share this post Link to post Share on other sites
catrina 103 Report post Posted August 18, 2011 What happens when you add the following CSS?: #page-canvas {background: none;} 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
davecfm 10 Report post Posted August 18, 2011 Good evening Catrina! I tried adding....no luck. Anything else I could try? Thank you, Dave Share this post Link to post Share on other sites
Kate 3 Report post Posted August 18, 2011 Hey Dave, This CSS will do it: #page-canvas{background:none !important;} #dynamic-content{background:#ffffff;} You may need to "tweak" the nav Share this post Link to post Share on other sites
davecfm 10 Report post Posted August 18, 2011 Kate, Will you marry me? ; ) Seriously, thank you. That looks so much better. By tweak, do you mean place in a choke hold and punch in face repeatedly? I tried a few things but I cant seem to shake the white around the nav. Thanks a bunch, Dave Share this post Link to post Share on other sites
kastelic 6 Report post Posted August 18, 2011 #primary-nav {background:transparent !important} Share this post Link to post Share on other sites
davecfm 10 Report post Posted August 19, 2011 Hi Kastelic, I tried the code. No luck. I think it may be the individual links within the nav. Is it possible to make the individual links transparent, none, etc.. Thanks Dave Share this post Link to post Share on other sites
catrina 103 Report post Posted August 19, 2011 Yes, it is possible with this code: ul#menu-primary li#menu-item {background: none;} 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