How to make title letter type smaller in the actuel blog pages?
-
I now (using CCS) how to make the letter type smaller in the titles on the frontpage (blogpages list) but nog in the actuel blog page itselve. So what CCS code do I have to us to make the letter type smaller in the title of an actual blog page?
The blog I need help with is: (visible only to logged in users)
-
Hi there, we have to add another selector to your CSS rule. Change this
.entry-title { font-size:1.4em }to this.
.entry-title, body.single .entry-title { font-size:1.4em } -
-
- The topic ‘How to make title letter type smaller in the actuel blog pages?’ is closed to new replies.