font size and color

Is message board greying out your hair (at least what's left of it)? Let us help you here
Locked
newguy

font size and color

Post by newguy »

could you please tell me how i can change the font size and color of the board.

thanks in advance
Klemen
Site Admin
Posts: 10116
Joined: Fri Feb 11, 2005 4:04 pm

Post by Klemen »

Hello,

You can do that by editing file "style.css". Open it in a plain text editor (like Notepad or Wordpad) and just edit values for font size and color codes.

If you want to change font size from 12 points you would change this code:
font-size : 12px;
to for example 10 points:
font-size : 10px;

Color values are all the 6 char values starting with a #, for example:
#000000
#FFFFFF
#FFCC00
etc.

You can find color codes for different numbers here:
http://www.google.com/search?q=hex+color+codes


Remember, it's all trial and error, but you should get it working quite easily.

If you want to learn more about CSS (Cascading Style Sheets) see
http://www.google.com/search?q=CSS

Regards
[/code]
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
Locked