Unread topics color isn't changing
-
Hey, so I tried customizing some css and now the unread topics' color remain the same. What do I need to fix?
Thanks in advance.
-
@hellowmellow The first advice would be to review the CSS you implemented, and then remove that to see if the issue is resolved. At a guess, you are probably using
!important
to override other CSS which in turn affects theunread
stateYou should directly target the unread css as below
ul.categories-list li.unread .title, ul.topics-list li.unread .title
-
Thanks @phenomlab from Sudonix, will give it a shot. btw, i like your forum. Cheers.
Edit: That css class worked perfectly. How did you figure this out? I have been trying to inspect and see the classes. All I could see was "`text-reset" and well, it wasn't helping . I'd love to know if that's ok, so that I could solve these in future myself.
-
@hellowmellow Sure. You actually needed the class above - see screenshot, and the respective "unread" class on the right.
-
Ah, nice. I'll keep that in mind. I've always ignored learning css from the basics and it's coming back to bite my ass this time
Thanks man. Keep rocking your site! -