albnaldo
Member
Hello all,
Can you provide me the correct CSS code about the discussion list font type (bold and normal). Basically, I use the following code for node icons:
.node .forumNodeInfo.unread .nodeIcon, .node .categoryForumNodeInfo.unread .nodeIcon {
background: rgb(244, 244, 244);
}
So when any of the forums is unread, the node icon turns into that color.
I want to do the same thing with discussion list titles. When they are unread, I want the titles to be bold and when they are read, I want the font to be normal. I have already made the text bold on Style Properties > Discussion List > Title (Unread) but it doesn't work. So I am trying to fix it using CSS code.
Can you provide me the correct CSS code about the discussion list font type (bold and normal). Basically, I use the following code for node icons:
.node .forumNodeInfo.unread .nodeIcon, .node .categoryForumNodeInfo.unread .nodeIcon {
background: rgb(244, 244, 244);
}
So when any of the forums is unread, the node icon turns into that color.
I want to do the same thing with discussion list titles. When they are unread, I want the titles to be bold and when they are read, I want the font to be normal. I have already made the text bold on Style Properties > Discussion List > Title (Unread) but it doesn't work. So I am trying to fix it using CSS code.