MyBB Community Forums

Full Version: Change Thread author text color
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
In the list of threads in any given forum, it has the thread title as a link and a thread author as a link. It has come to my attention that users who are not bulletin board savvy are confusing the two. How would I change the username link to black or grey or something?

Thanks.
Admin CP --> Templates & Style --> Templates --> *expand your set* --> Forum Display Templates --> forumdisplay_thread
Find:
<div class="author smalltext">{$thread['profilelink']}</div>
Replace with:
<div class="author smalltext" style="color: black">{$thread['profilelink']}</div>

Give that a shot
Thanks, but there was no change whatsoever.
I too would like to change the text colour for the Author, but the suggested code also has no effect on my forum.

Did anyone resolve this?
I would also like to know how to change the color.
Dears it didnot worked until you change the Black Colour to your own desired colour, Hoopefiully it resolve that
Smile
Use this
<div class="author smalltext" style="color: Red">{$thread['profilelink']}</div>

For Red Colours