2016-05-11, 01:07 PM
(This post was last modified: 2016-05-11, 01:48 PM by SvenUilhoorn.)
It's in the template "forumbit_depth2_forum_lastpost" in the forum bit templates. Searched for what feels like hours but can't find it.. Assigning a custom class doesn't work neither, like
..or
with .custom-last-post a{color: green;} and .different {color: green;}
Then adding the style I want in global.css (no underline + other hover state than default links).
<span class="custom-last-post"> {$lastpost_profilelink}</span>
..or
<a class="different">{$lastpost_profilelink}</a>
with .custom-last-post a{color: green;} and .different {color: green;}
Then adding the style I want in global.css (no underline + other hover state than default links).