I downloaded P2 for my self-hosted blog and I'd like to change the entire site to black with white/light-colored font. I went into Style.css and was able to change the main background to black but the posting area where the messages appear still shows up as white. Can someone tell me which lines I need to edit to change the background and font of the author posting area?
A link to your site would help.
Edit the stylesheet for your current theme and look for:
.sleeve_main {
background:white;
margin-right:253px;
width:auto;
}
Change background:white; to background:black;.
Thanks very much! I'll try it. Will I need to change the font as well?
Don't think so. The main content font color should kick in. If it doesn't, just add color:#fff; to the CSS class declaration above. Or if you want something a little more low-key, use color:#ddd.
Awesome! It worked. Thanks so much!
ankitmadan
Member
Posted 2 years ago #
Hi Woo2k
saw your website
Can you pls share how u went about doing all that?
How did you manage that custom Header?
Thanks
Ankit