Changing Font Size of Post Titles
- The topic ‘Changing Font Size of Post Titles’ is closed to new replies.
Need help? Check out our Support site, then
What is the CCS code to decrease the post title size? I want it to be smaller than the site title font size.
Thanks in advance!
The blog I need help with is: (visible only to logged in users)
Hi!
Paste this code in custom css:
#main h2.post-title {
font-size: 1.5em;
}
Let me know if that helps!