Jump to content
Sign in to follow this  
pznproductions

how to change background or a single page

Recommended Posts

pznproductions
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
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
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
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
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
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

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×