It would be nice to expand
this FAQ to include changing the font color. It's a almost more commonly requested than the font size and face. It will need both the mention in the intro, and since not all layouts have the option for colors, the CSS section. It will need to link to the color codes guide in HowTo:
faq282,
status-resolved,
cat-customize
Comments 3
Reply
body, td, font, div, p {
font-size: 12pt;
}
If you would like to change the color of your font, you can include the following CSS rule:
body, td, font, div, p {
color: #000000;
}
You should replace Arial with the name of the font you would like to use, 12pt with the size, and #000000 with the hexadecimal color code you would like for your journal.
Reply
Reply
Leave a comment