Code for changing title sizes and adding comment count
-
Hi, the blog I need help with is not set to public (it’s one I keep just so I can develop things before I move them across to my main blog) so you probably can’t see it, but it’s using the Kent theme.
Two things I would like to do in an ideal world. One is on the home page, to change the font size of the post titles to make them smaller than the title of the blog at the top.
The second is, also for the home page, I found a handy piece of CSS in these forums to remove the ‘estimated reading time’ thing (thanks for that!) and I wonder if there is some other code I could add to replace it with the comment count of each post instead?
Can somebody please help me with this? Thanks a million in advance.
The blog I need help with is: (visible only to logged in users)
-
Hi there, for the post titles, add the following and then adjust the font size as desired.
#main .posttitle, #main .posttitle a { font-size: 60%; }CSS can be used to style or position elements that are already there, but cannot be used to add things that are not there, such as a comment count.
-
-
- The topic ‘Code for changing title sizes and adding comment count’ is closed to new replies.