Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 1777

[3.3.x] Styles Support & Discussion • Re: Unread forum titles (colorà

$
0
0
Checking this I made the changes to the lines in forumlist_body.html in prosilver and in my custom style

Code:

<a href="{forumrow.U_VIEWFORUM}" class="forumtitle<!-- IF forumrow.S_UNREAD_FORUM --> unread<!-- ENDIF -->">{forumrow.FORUM_NAME}</a>
And added the custom css to the bottom of the colours.css

Code:

a.forumtitle.unread, a.subforum.unread { color: #AA0000; }
Works 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.forumtitle.unread, a.subforum.unread { color: #AA0000 !important; }

Statistics: Posted by Sniper_E — Sat Nov 30, 2024 9:37 pm



Viewing all articles
Browse latest Browse all 1777

Trending Articles