Hey all, Anyone have any ideas on how to change the post content background color for a specific page?
Thanks.
Fetching latest tweet ...
Hey all, Anyone have any ideas on how to change the post content background color for a specific page?
Thanks.
Custom CSS:
#page-id #content-main {background: #FFFFFF;}
You can get the page ID by examining the source for the page, or by using Firebug.
If you want to change page content background,
#post-ID {
background: #123456;
}
where ID is the ID of that specific page.
That's what I want to do. I'll give it a shot.
This topic has been closed to new replies.