Hello,
I am trying to unbold username of lastpost, so only bold would be Thread. My users are used to phpbb and they are clicking on usernames instad of thread name when they want to go to last post.
When I put in EXTRA.css this:
I don't get any change because it seems that extra.css is loaded before discussion_list.css
But if I try and change this in discussion_list.css , then it unbolds beside username also theread name.
I just don't know how to do it. Please help
I am trying to unbold username of lastpost, so only bold would be Thread. My users are used to phpbb and they are clicking on usernames instad of thread name when they want to go to last post.
When I put in EXTRA.css this:
Code:
.discussionListItems.unread.lastPostInfo .username {
font-weight: normal;
font-size: 12px;
}
But if I try and change this in discussion_list.css , then it unbolds beside username also theread name.
I just don't know how to do it. Please help