1 http_nujij_org Jan 21, 2010 00:55
3 sam2kb 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 http_nujij_org 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 sam2kb 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 http_nujij_org Jan 21, 2010 21:10
Thank you very much, as you know, it worked !
I'm very happy right now :)
7 sam2kb Jan 21, 2010 21:17
no problem
Nobody ?