Sorry..
please.. it's 2h that i try to find the right css code for change the background color in a single post or page.. you can suggest me please?
MY SITE:
Thanks for fast reply;)
Stefano
Best Answer Rob , 29 November 2012 - 11:54 PM
Stefano,
You've had either too much espresso or not enough Chianti.
CSS...
Page = #page as in
#page {
color: #C00000;
}
Page and Page-Canvas = #page, .page-canvas as in
#site #page .page-canvas, #site #dynamic-content .page-canvas {
margin: 0 auto;
}
And the body of your site, where the site-wide color is set is:
body, body.fixed_width {
background-color: #000000;
}
And writing all that took me 2 minutes, not 2 hours. Use Firebug!
Go to the full post
Posted 29 November 2012 - 08:39 PM
Sorry..
please.. it's 2h that i try to find the right css code for change the background color in a single post or page.. you can suggest me please?
MY SITE:
Thanks for fast reply;)
Stefano
Posted 29 November 2012 - 08:42 PM
...for body and content background, if different.
Posted 29 November 2012 - 11:54 PM Best Answer
Stefano,
You've had either too much espresso or not enough Chianti.
CSS...
Page = #page as in
Page and Page-Canvas = #page, .page-canvas as in
And the body of your site, where the site-wide color is set is:
And writing all that took me 2 minutes, not 2 hours. Use Firebug!