XF 1.4 Last Message Username Font Size

xelA

Member
I'm trying to resize the font size for Last Message (username) on the discussion list page without affecting the thread title. I've tried putting this in extra.css without success:

.discussionListItem .lastPostInfo .username
{
font-size: 11px !important;
}

Any help would be greatly appreciated.

Thanks in advance.
 
Top Bottom