Increase threaded comment replies font size via CSS
-
I need help identifying the code that controls the font size in threaded replies. I’ve noticed for a while now that my replies (Level 2) appear slightly smaller than the first level comments http://shimworld.wordpress.com/2010/09/07/delicacy-on-a-stick/#respond
The blog I need help with is: (visible only to logged in users)
-
The code below will over-ride the smaller font size for you:
.commentlist li ul li {font-size:13px;} -
Thanks. I discovered what I did ‘wrong’ last night as I attempted this .. i got the right code, appended this to my CSS box and regardless the number of Previews I did, the changes were not happening. i almost gave up but did a Save Stylesheet and it worked. Strange that the changes aren’t reflected in Preview.
- The topic ‘Increase threaded comment replies font size via CSS’ is closed to new replies.