pznproductions 0 Report post Posted November 3, 2011 I would like to change the background to all white for a single page on my website. this would be it http://feedthelovetv.com/work-with-me/ what would the css code be for that ? Thank you Share this post Link to post Share on other sites
catrina 103 Report post Posted November 3, 2011 [code]body.page-id-3968 {background-color: #fff;}[/code] 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
pznproductions 0 Report post Posted November 6, 2011 Hi The footer changed to white, but the page itself still has the background image. Share this post Link to post Share on other sites
Jenny 33 Report post Posted November 6, 2011 Hopefully this works: [code].full_width #page-id-3968 {background-color: #ffffff; background-image:none;}[/code] ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites
pznproductions 0 Report post Posted November 6, 2011 I don't know why this isn't working. The only page that css is working is the blog page. I have a white background there. I was able to make single blog pages with a white background, but now it's changed back to the image background and I don't know why. I try to use firebug, but i can't make the background change. Share this post Link to post Share on other sites
Danny+ 1,327 Report post Posted November 6, 2011 Try this please : [code] .page-id-3968.canvas #page, .page-id-3968.full_width #page, .page-id-3968.fixed_width { background-color: #FFFFFF !important; background-image: none !important; } [/code] Let us know if this worked for you or not. Please search our forums, before posting! Share this post Link to post Share on other sites
pznproductions 0 Report post Posted November 7, 2011 Hi everyone, None of that worked. What did work was this .single #page { background: #FFF; } And: .single #page-id-3968 { background: #FFF; } So , I now have a white background for single blog post and my single page. Thank you for all the feedback and effort. Hope this helps others as well. Pat Novak Share this post Link to post Share on other sites
Jenny 33 Report post Posted November 7, 2011 Glad you were able to figure it out! Sometimes a little guess work is the best way to find the answer. :) ♥ Jenny :: Web designer at Simple Mama (follow me at @simplemamacom) Check out Share Me, a social sharing add-on for DMS that is super simple to set up. Share this post Link to post Share on other sites