Blog post header font size
- The topic ‘Blog post header font size’ is closed to new replies.
Need help? Check out our Support site, then
Saw an older post in which you suggested using CSS to change the size of the post header (as different from the blog header or the standard text font.)
I used .entry-title {
font-size: 40px;
}
It appears to flash at the larger size but then returns to the smaller (30px or 24px?) size.
The blog I need help with is: (visible only to logged in users)
I see. Please try this CSS instead:
.entry-title,
.wf-active .entry-title {
font-size: 40px;
}
Works! Thanks much —