MyBB Community Forums

Full Version: Changing thread link color (thread list)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the list of the threads , how can i change their links color

for example in this board those threads,
http://nc-gaming.gegahost.net/forumdisplay.php?fid=42
i used firebug to have a peek...its in global css look for

.forumdisplay_sticky {
 background-color: #cccccc;

if you change the sticky color the text will show.

Cheers

BB
lol thats what i want to change the text color , i like the sticky color and i want the text to appear
(2014-07-15, 09:50 PM)MuhammedSuleiman Wrote: [ -> ]lol thats what i want to change the text color , i like the sticky color and i want the text to appear

ok if you change this line it will change text color in other places also

global css / line 11 / change the #bbb to whatever you want

a:link {
    color: #bbb;
    text-decoration: none;

if you use firefox...i would recommend firebug its easy to use it will help you out a lot you can do the changes you want to make before u actually edit the css.

Cheers

BB