Recent Topics

1 Jan 21, 2010 00:55    

My b2evolution Version: Not Entered

Hello everybody,

I'd like to know what to change in the style.css to change the text colour in the categorie overview.

My default skin is Pixel, wich has a black coloured background. This means the text of the posts aren't readable at all.

It aren't the headers, they are white as they should be, but the text that tells people about the post, the description.

You can check my site at http://nujij.org and see what I mean.

I'd really like to solve this problem, because it's a shame my member's posts aren't shown as they deserve to be

3 Jan 21, 2010 18:48

Add this to style.css

.content_excerpt { color:#fff }

You may also want to add this

.SearchField{ width:115px }

4 Jan 21, 2010 19:14

Thank you, but I'm new to css, so could you please tell me where to put it in the style.css sheet?

I can't find antoher .content_excerpt command

thank's

5 Jan 21, 2010 20:56

Just open the style.css in any text editor and add the following code to the very end of the file

/* This will set text color to white */
.content_excerpt { color:#fff }

/* This will shorten the search field */
.SearchField { width:115px }

6 Jan 21, 2010 21:10

Thank you very much, as you know, it worked !

I'm very happy right now :)


Form is loading...