How to change 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

    How to change Topic title color

    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved How to change Topic title color

    Post by venu238 May 15th 2011, 8:33 pm

    1.How to change topic title color...see the picture below

    How to change Topic title color Topich

    2.can we increase the space between two categories in forum index?

    3.Can we change the tab icon?...see the picture below

    How to change Topic title color Tabh


    Last edited by venu238 on May 17th 2011, 7:26 pm; edited 2 times in total
    Nijan
    Nijan
    Forumember


    Female Posts : 31
    Reputation : 30
    Language : English, German

    Solved Re: How to change Topic title color

    Post by Nijan May 15th 2011, 8:39 pm

    1. Add to your CSS:
    Code:
    .topictitle {
        font-weight: bold;
        font-size: 11px;
        color : #YOUR_COLOR_HERE;
    }

    2. I don't know.

    3. Admin Panel > Forum > Configuration > Forum favicon
    Choose one of the models beneath or create and upload your own.
    avatar
    Guest
    Guest


    Solved Re: How to change Topic title color

    Post by Guest May 15th 2011, 9:46 pm

    venu238 wrote:1.How to change topic title color...see the picture below

    How to change Topic title color Topich

    2.can we increase the space between two categories in forum index?

    3.Can we change the tab icon?...see the picture below

    How to change Topic title color Tabh

    1)while creating any topic next to the title space line by the colors drop down list choose any color except "none"
    2)yes by going to ACP>display> structure and hierarchy> choose any type of style(or whatever you want to call it) >save it
    3)go to ACP>general>configuration>choose any icon and save it


    THEN YOUR DONE Very Happy
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 16th 2011, 7:23 am

    Nijan wrote:1. Add to your CSS:
    Code:
    .topictitle {
        font-weight: bold;
        font-size: 11px;
        color : #YOUR_COLOR_HERE;
    }

    2. I don't know.

    3. Admin Panel > Forum > Configuration > Forum favicon
    Choose one of the models beneath or create and upload your own.

    I did that, but no use there is no color change
    and thanks for the favicon Smile

    Guest wrote:

    1)while creating any topic next to the title space line by the colors drop down list choose any color except "none"
    i didn't get you!
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 16th 2011, 7:59 pm

    Guys help me with this problem.. I want to change topic color
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 16th 2011, 8:24 pm

    Forum link, thanks Very Happy
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 7:32 am

    Gangstar15 wrote:Forum link, thanks Very Happy
    Medico's Corner
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 10:33 am

    1. Put this in the CSS:
    [code]h1.cattitle {
    color: #000;
    }[/code
    #000 = black
    2. You can try this to make space:
    [code].forumline {
    margin-top: 5px;
    }[/code]
    put it will make more spaces between any think that wrapped with the table "forumline" Smile
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 1:12 pm

    Gangstar15 wrote:1. Put this in the CSS:
    [code]h1.cattitle {
    color: #000;
    }[/code
    #000 = black
    2. You can try this to make space:
    [code].forumline {
    margin-top: 5px;
    }[/code]
    put it will make more spaces between any think that wrapped with the table "forumline" Smile
    i want to change color of topic title not cattitle
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 1:26 pm

    they have the same class.
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 1:55 pm

    Gangstar15 wrote:they have the same class.
    I got it.. Now how to change forum widjet title color and also "who is online?" color
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 3:00 pm

    try this:
    [code][code].module-title {
    color: #fff;
    }[/code]
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 3:32 pm

    Gangstar15 wrote:try this:
    [code][code].module-title {
    color: #fff;
    }[/code]
    thanq.. :wouhou: how about "Who is Online?" color
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 3:46 pm

    Its a link Smile
    Code:
    a.cattitle {
    color: #fff;
    }
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 4:43 pm

    Gangstar15 wrote:Its a link Smile
    Code:
    a.cattitle {
    color: #fff;
    }
    thanq very much everything is done
    i'll mark the topic solved.

    can u explain me How to make the category header background image repeat both in x & y-axis, so that it look likes a border around the category table
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 5:19 pm

    Welcome
    -Sorry i know don't what you mean Smile
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 5:54 pm

    Gangstar15 wrote:Welcome
    -Sorry i know don't what you mean Smile
    I mean like this

    How to change Topic title color Bkg
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 6:44 pm

    Hmm.. this will need some work which i don't have to Smile
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 6:56 pm

    Gangstar15 wrote:Hmm.. this will need some work which i don't have to Smile
    finally got it!!!!
    This is my 1st css code guitar

    Code:
    .forumline{
                background-image:url (IMAGE LINK HERE);
                background-repeat: repeat;
                }
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 17th 2011, 7:24 pm

    I sucks! huhohi
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 17th 2011, 7:29 pm

    Gangstar15 wrote:I sucks! huhohi
    but it is showing row lines also and the border is thinner
    i want your help now
    look at my forum
    avatar
    Guest
    Guest


    Solved Re: How to change Topic title color

    Post by Guest May 18th 2011, 1:14 am

    venu238 wrote:
    Nijan wrote:1. Add to your CSS:
    Code:
    .topictitle {
        font-weight: bold;
        font-size: 11px;
        color : #YOUR_COLOR_HERE;
    }

    2. I don't know.

    3. Admin Panel > Forum > Configuration > Forum favicon
    Choose one of the models beneath or create and upload your own.

    I did that, but no use there is no color change
    and thanks for the favicon Smile

    Guest wrote:

    1)while creating any topic next to the title space line by the colors drop down list choose any color except "none"
    i didn't get you!
    when you creating a thread,on the line where you type the topic right on the end of that it says "none (use implicit)" click on that and change the color of your own choice and then enter the description and then save the topic
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 18th 2011, 4:24 pm

    Rideem3 wrote:Try this for the x-y:

    Code:
    .forumbg {
        background-image: url("imagelink");
    }
    no it's not working..
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 18th 2011, 5:30 pm

    So what you want to do is make the border wider? Smile
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 18th 2011, 6:09 pm

    Gangstar15 wrote:So what you want to do is make the border wider? Smile
    not the border actually
    look this picture..i want the background image all around the category like this
    How to change Topic title color Bkgi
    Gangstar15
    Gangstar15
    Forumember


    Female Posts : 392
    Reputation : 163

    Solved Re: How to change Topic title color

    Post by Gangstar15 May 18th 2011, 7:08 pm

    Put this in ur CSS Smile
    Code:
    .forumline {
    padding: 4px;
    }
    avatar
    venu238
    Forumember


    Male Posts : 109
    Reputation : 0
    Language : English
    Location : Hyderabad

    Solved Re: How to change Topic title color

    Post by venu238 May 18th 2011, 7:35 pm

    Gangstar15 wrote:Put this in ur CSS Smile
    Code:
    .forumline {
    padding: 4px;
    }
    wow!!! i got it now!
    thankq gangstar Smile
    solved lock the topic
    MrMario
    MrMario
    Helper
    Helper


    Male Posts : 22186
    Reputation : 1839
    Language : test

    Solved Re: How to change Topic title color

    Post by MrMario May 18th 2011, 7:38 pm

    Solved => Locked