Topic Title color? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
4 posters

    Topic Title color?

    avatar
    shibulijack
    New Member


    Posts : 6
    Reputation : 0
    Language : English

    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!
    Sanket
    Sanket
    ForumGuru


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

    Solved Re: Topic Title color?

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

    Whats your forum version?
    avatar
    shibulijack
    New Member


    Posts : 6
    Reputation : 0
    Language : English

    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
    ankillien
    ankillien
    Energetic


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

    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;
    }
    avatar
    shibulijack
    New Member


    Posts : 6
    Reputation : 0
    Language : English

    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?
    RAtSoaDM
    RAtSoaDM
    Forumember


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

    Solved Re: Topic Title color?

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

    Can you give me a code for the Phpbb2? Smile
    ankillien
    ankillien
    Energetic


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

    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;
    }
    RAtSoaDM
    RAtSoaDM
    Forumember


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

    Solved Re: Topic Title color?

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

    Im not seeing change any where
    ankillien
    ankillien
    Energetic


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

    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;
    }
    avatar
    shibulijack
    New Member


    Posts : 6
    Reputation : 0
    Language : English

    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...
    Sanket
    Sanket
    ForumGuru


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

    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