PDA

View Full Version : About Template Font Color


aikon
05-15-2006, 10:51 PM
http://www.oipixs.com/index.php?x=about

Here is my about page. I have changed the font and background color on all the pages, but as you can see, I am strugling to change the text that I put in about me. Any help?

GeoS
05-15-2006, 11:55 PM
Moved to more suitable part of forum.

Connie
05-16-2006, 06:41 AM
you might either add the color to body for general color or to the specific elements

body {
background: #000000;
margin: 0px;
color:red;
}

Connie
05-16-2006, 06:43 AM
you might either add the color to body for general color or to the specific elements, I used the color red for demonstration

body {
background: #000000;
margin: 0px;
color:red;
}

as always, I chant my css-mantra here:

use Firefox with webdeveloper extension, read here in our wiki: http://wiki.pixelpost.org/index.php/I_read_about_the_%22webdeveloper_extensions%22_in_ the_forum_sometimes._What_are_they%3F

it is very easy to edit the css only with that extension
after that you save the css and you are done