DemoTiger
Member
Hello,
I am using the below code(extra.less CSS) on my forum, so if the node title is unread, then it should show the node title in bold size.
It only shows the last node title(Off-topic) in bold on my forum webhostvoice.com, but all other unread titles are showing in regular size.
I spent hours fixing this. I want to show unread note titles and threads in bold font size.
Thanks.
I am using the below code(extra.less CSS) on my forum, so if the node title is unread, then it should show the node title in bold size.
Code:
.node--unread .node-title {
font-weight: bold;
}
It only shows the last node title(Off-topic) in bold on my forum webhostvoice.com, but all other unread titles are showing in regular size.
I spent hours fixing this. I want to show unread note titles and threads in bold font size.
Thanks.