Recent Topics

1 Feb 11, 2007 08:47    

My b2evolution Version: 1.9.x

Version: 1.9.2
Blog: www.gararion.com

Problem:

I use a dark skin. When I write a comment and click on preview, the comment preview is on a gray background. My text is also another shade of gray. This makes things a little hard to read. Where do I go to change this? I've been trying to find the place for a while now and can;t find it. I see nothing in my css.

2 Feb 11, 2007 10:16

In the related CSS files find comments.css
and look for

#comment_preview {
	background-color: #eee;
}


Change that to

#comment_preview {
	background-color: #000;
}

3 Feb 11, 2007 17:16

Where would I find this CSS file? As the only one I see is in the tm-dark folder, which is the skin that I am using, though changed to my liking. And that CSS file doesn't have that code. I tried adding it but it didn't change anything.

5 Feb 12, 2007 07:39

Ah, thanks. I knew where the css for for the template was, didn't know where the other css was. Got it all figured out now :)


Form is loading...