I'm new to wordpress and I'm trying to edit the title of my site from the bland fonts to something more eye catching. the site address is aaronlashford.com/demo
I'm new to wordpress and I'm trying to edit the title of my site from the bland fonts to something more eye catching. the site address is aaronlashford.com/demo
Try adding sometning like :
#new-header h1 a {
font-family:Georgia,Utopia,Palatino,'Palatino Linotype',serif;
}
to your theme's style.css file - substituting your chosen fonts appropriately.
This topic has been closed to new replies.