CreateMyBB Support Forums
[Solved] How change colour of Tread. - Printable Version

+- CreateMyBB Support Forums (https://support.createmybb.com)
+-- Forum: CreateMyBB Support (https://support.createmybb.com/forumdisplay.php?fid=5)
+--- Forum: General Support (https://support.createmybb.com/forumdisplay.php?fid=6)
+---- Forum: Solved Support (https://support.createmybb.com/forumdisplay.php?fid=26)
+---- Thread: [Solved] How change colour of Tread. (/showthread.php?tid=589)



[Solved] How change colour of Tread. - HasanulBanna.K - 01-06-2007

How change colour of Tread.

I mean colour of Treds Not inside colour...

I want change my tread colour as a Blue one how is done it buddys.

give me color code for that ..

regards
~hasnu



RE: How change colour of Tread. - Justin S. - 01-07-2007

I'm sorry, but I don't understand your question.


RE: How change colour of Tread. - D-Man - 01-07-2007

he/she means to change color of thread title in forum...


RE: How change colour of Tread. - HasanulBanna.K - 01-08-2007

U are Rught Bro D-Man

i want change color of tread titile..shown in ome page


RE: How change colour of Tread. - MiNT - 01-12-2007

do you mean like this?
http://c0658174.createmybb.com/forumdisplay.php?fid=2

If so, this is how its done.

First, go into your templates and find the forumdisplay_thread template. its under Forum Display Templates. click edit, or change original.
If your using the default template, or an original then the first line should be '<tr>'. Change this to '<tr class="thread list">'. when your done, click the Update/Add Template button.

Then you will need to edit your theme. On your Modify Theme page, scroll down to the bottom where it says "Additional CSS". Inside the text box, put this code. Replace the hex code with whatever colour you want.

Code:
tr.threadList a {
    color: #ff0000;
}



RE: How change colour of Tread. - HasanulBanna.K - 01-13-2007

thax for help i neede this,,

u are a real supporter!!