W
WebHostingLoud
Guest
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.
Code:
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.
Continue reading...
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:
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.
Continue reading...