08-08-2016, 09:07 PM
(08-08-2016, 05:24 PM)GheerBox Wrote:(05-08-2016, 09:05 PM)Kaasovic Wrote: Change the CSS for yourself.
I'll have to look into this. No idea how to do that.
1. Download Stylish addon/plugin (Firefox, Chrome..)
2. Create new style for URL starting with: http://forum.nordinvasion.com/
3. Paste in this code and change the colors ;-)
Code:
.subject_old a, .subject_new a {
color: black !important;
}
/* You can also edit it in more details
Copypasta the code below instead of the above
.subject_old a:link, .subject_new a:link {
color: black !important;
}
.subject_old a:visited, .subject_new a:visited {
color: purple !important;
}
.subject_old a:hover, .subject_new a:hover {
color: pink !important;
}
*/
4. Save & Refresh
5. ???
6. Profit
(it's just for thread titles. if you want it to for categories and other things which are also in orange color, then you have to find it :-P or apply it somehow globally and play with it)