Customising post title font
-
How can I use small font letters for my post titles? What is the CSS command?
Thank you.The blog I need help with is: (visible only to logged in users)
-
Go to Appearance > Customize > CSS from your admin dashboard and delete all the comment text in the CSS area and paste this in instead, you can change the number value to make the title text larger or smaller:
.entry-title a { font-size:0.7em; } -
-
Oops, try this instead (and use none instead of capitalize if you want only the first word to have a capital):
.entry-title a { text-transform:capitalize; } -
- The topic ‘Customising post title font’ is closed to new replies.