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.
.discussionListItem .lastPostInfo .username
{
font-size: 11px !important;
}
Any help would be greatly appreciated.
Thanks in advance.