NordInvasion Forum
Changing forum thread title color? - Printable Version

+- NordInvasion Forum (https://forum.nordinvasion.com)
+-- Forum: Discussions (https://forum.nordinvasion.com/forumdisplay.php?fid=7)
+--- Forum: Community Discussion & Engagement (https://forum.nordinvasion.com/forumdisplay.php?fid=14)
+--- Thread: Changing forum thread title color? (/showthread.php?tid=55372)



Changing forum thread title color? - GheerBox - 05-08-2016

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.


RE: Changing forum thread title color? - Noname - 05-08-2016

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


RE: Changing forum thread title color? - Kaasovic - 05-08-2016

Change the CSS for yourself.


RE: Changing forum thread title color? - GheerBox - 08-08-2016

(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.


RE: Changing forum thread title color? - BlackMoon - 08-08-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)


RE: Changing forum thread title color? - GheerBox - 08-08-2016

Wow thanks man. I'll give it a shot and let you know how it goes.


RE: Changing forum thread title color? - HOF_Justice_Peltast - 09-08-2016

(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 Tongue.


RE: Changing forum thread title color? - GheerBox - 09-08-2016

My eyes! They are saved! Thank you Blackmoon.