Checking this I made the changes to the lines in forumlist_body.html in prosilver and in my custom styleAnd added the custom css to the bottom of the colours.cssWorks perfect without editing the ajax.js
@benny, I placed the css at the bottom so it would load last. Or you can use !important to bring it out on top
Code:
<a href="{forumrow.U_VIEWFORUM}" class="forumtitle<!-- IF forumrow.S_UNREAD_FORUM --> unread<!-- ENDIF -->">{forumrow.FORUM_NAME}</a>
Code:
a.forumtitle.unread, a.subforum.unread { color: #AA0000; }
@benny, I placed the css at the bottom so it would load last. Or you can use !important to bring it out on top
Code:
a.forumtitle.unread, a.subforum.unread { color: #AA0000 !important; }
Statistics: Posted by Sniper_E — Sat Nov 30, 2024 9:37 pm