The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Topic Title color?

4 posters

Go down

Solved Topic Title color?

Post by shibulijack March 29th 2010, 8:32 am

Is there a way to change the font color of the topic titles? I mean, in CSS, can we change it? If so how?
Pls help me!
avatar
shibulijack
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Solved Re: Topic Title color?

Post by Sanket March 29th 2010, 10:14 am

Whats your forum version?
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: Topic Title color?

Post by shibulijack March 29th 2010, 12:02 pm

Sanket wrote:Whats your forum version?

Originally phpbb3. But now i've installed a invision theme: Jaded v.2.0.1
Link: http://cse09.niceboard.org/forum.htm
avatar
shibulijack
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Solved Re: Topic Title color?

Post by ankillien March 29th 2010, 12:11 pm

Hello,

To change topic-title color, please navigate to Admin CP > Display > Colors > CSS.
Add this code there and submit...

Code:
.row1 .topictitle {
color: red;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Topic Title color?

Post by shibulijack March 29th 2010, 12:14 pm

ankillien wrote:Hello,

To change topic-title color, please navigate to Admin CP > Display > Colors > CSS.
Add this code there and submit...

Code:
.row1 .topictitle {
color: red;
}

Cool bro...
It worked! Thanks... But still, i want my forum names in the index page to appear in Black color... How do I do that? CSS code?
avatar
shibulijack
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Solved Re: Topic Title color?

Post by RAtSoaDM March 29th 2010, 12:19 pm

Can you give me a code for the Phpbb2? Smile
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Topic Title color?

Post by ankillien March 29th 2010, 12:31 pm

@shibulijack,
This code will work for you...
Code:
.hierarchy .forumtitle {
color: #000;
}

@RAtSoaDM,
Here is code for phpBB2...
Code:
.topic-title .topictitle {
color: red;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Topic Title color?

Post by RAtSoaDM March 29th 2010, 12:39 pm

Im not seeing change any where
RAtSoaDM
RAtSoaDM
Forumember

Male Posts : 525
Reputation : 0
Language : English
Location : SUPERUNKNOWN

http://bootlegmatrix.netgoo.org/forum.htm

Back to top Go down

Solved Re: Topic Title color?

Post by ankillien March 29th 2010, 12:52 pm

RAtSoaDM,
The above code will change topic-title colors.
If you want to change forum title colors, use this code...

Code:
.hierarchy span .forumlink {
color:red;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: Topic Title color?

Post by shibulijack March 29th 2010, 12:53 pm

Thanks man! Worked great! Smile This help forum is the best!!!!
I suppose you can close this topic now...
avatar
shibulijack
New Member

Posts : 6
Reputation : 0
Language : English

Back to top Go down

Solved Re: Topic Title color?

Post by Sanket March 29th 2010, 3:11 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Topic Title color? 2j4t5a8

Sanket Smile
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum