Topic Title color?
4 posters
Page 1 of 1
Topic Title color?
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!
Pls help me!
shibulijack- New Member
- Posts : 6
Reputation : 0
Language : English
Re: Topic Title color?
Whats your forum version?
Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai
Re: Topic Title color?
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
shibulijack- New Member
- Posts : 6
Reputation : 0
Language : English
Re: Topic Title color?
Hello,
To change topic-title color, please navigate to Admin CP > Display > Colors > CSS.
Add this code there and submit...
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- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Topic Title color?
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?
shibulijack- New Member
- Posts : 6
Reputation : 0
Language : English
Re: Topic Title color?
@shibulijack,
This code will work for you...
@RAtSoaDM,
Here is code for phpBB2...
This code will work for you...
- Code:
.hierarchy .forumtitle {
color: #000;
}
@RAtSoaDM,
Here is code for phpBB2...
- Code:
.topic-title .topictitle {
color: red;
}
ankillien- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Topic Title color?
RAtSoaDM,
The above code will change topic-title colors.
If you want to change forum title colors, use this code...
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- Energetic
- Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL
Re: Topic Title color?
Thanks man! Worked great!
This help forum is the best!!!!
I suppose you can close this topic now...

I suppose you can close this topic now...
shibulijack- New Member
- Posts : 6
Reputation : 0
Language : English
Re: Topic Title color?
Since this thread appears to be solved, I will lock this thread and mark it as solved.

Sanket

Sanket

Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

» Topic title color dropdowm menu color box
» Topic Title Color
» Topic Title's Color
» How do I color the title of my topic?
» topic title color
» Topic Title Color
» Topic Title's Color
» How do I color the title of my topic?
» topic title color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum