MyBB Community Forums

Full Version: Change the colour of read threads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
So,how can I change the colour of read threads?
Add this to your CSS file. This will change the color of read topics.

.subject_old > a {
color: YourColor;
}
(2015-10-13, 12:39 PM)SentoWeb Wrote: [ -> ]Add this to your CSS file. This will change the color of read topics.

.subject_old > a {
color: YourColor;
}

Thanks for the answer ;I added the code and it is not working.
Did you add the code as he wrote the code?
Where SentoWeb wrote YourColor, he did mean that you should put in the color you want,, like #ccc og grey or what ever you want.
So something like
.subject_old > a {
color: #ccc;
}

Then tell if this work