how can i change the font and color of my blog title?
how can i change the font and color of my blog title?
In your CSS file look for #header and add something like this:
font-size: whatever size you want;
font-family: name of font you want;
do you know where i can find some css colors and fonts?
To keep the site readable I would stick with normal fonts like Times New Roman, Sans Serif, Serif, Arial, etc...
in regards to font (aka font-family) you only have certain options because not every computer has the same fonts installed but there are some defaults like arial, georgia, and verdana
color wise I like to use this site
This topic has been closed to new replies.