Solved: Change title and subtitle font

Feb 09, 2013 18:50

Is there a code for changing the font of just the title and subtitle? I'm using firefox 18, ghouls black, and have a plus account.

Thanks for help in advance.

Currently my code looks like this )

header:nav links:placement, page:fonts, header:nav links:font, header, header:image, header:nav links

Leave a comment

Comments 4

marilla_pm67 February 13 2013, 10:05:39 UTC
Hello,

Hope this will help you

Add this at the end of your code

#header-name {border: 1px solid; font-family: georgia; letter-spacing: 0.1em; font-weight: bold; }
#header-description {border: 1px solid; font-family: georgia; letter-spacing: 0.1em; font-weight: bold; }

and then change the font, coloring, space, weight ...

I added the border: 1px solid; so you can identify the area... delete once you are done.

Reply

renegadeangelz February 20 2013, 07:40:56 UTC
Thank you so much for the help! :)

Reply



Leave a comment

Up