Posts: 81
Threads: 75
Joined: May 2012
Hey guys,
First off I love all the changes to the forum and the website (seriously who ever linked all messages across all my characters you are a god), but I am having trouble reading forum thread titles with the current color scheme.
The orange on white just strains my eyes. Is there an option somewhere that let's me change that for myself or do I just need to deal with it?
Thanks guys.
Posts: 446
Threads: 365
Joined: Dec 2013
I guess there had to be a plugin installed, such as this one:
https://www.mybb.de/forum/thread-23365.html
I doubt there are any other ways to do it via the User CP, perhaps you should make a feature request
Posts: 1,177
Threads: 239
Joined: Oct 2014
Change the CSS for yourself.
Posts: 81
Threads: 75
Joined: May 2012
(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.
Posts: 1
Threads: 1
Joined: Jul 2016
(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)
Posts: 81
Threads: 75
Joined: May 2012
Wow thanks man. I'll give it a shot and let you know how it goes.
Posts: 64
Threads: 15
Joined: Oct 2013
(08-08-2016, 11:24 PM)GheerBox Wrote: Wow thanks man. I'll give it a shot and let you know how it goes.
It supposed to work as he told. For me it took 5min, and *Hoilia*, thread colours are my colour
.
Posts: 81
Threads: 75
Joined: May 2012
My eyes! They are saved! Thank you Blackmoon.