How to change the categories title color ONLY ! 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.
3 posters

    How to change the categories title color ONLY !

    avatar
    missness
    New Member


    Posts : 1
    Reputation : 0
    Language : english

    How to change the categories title color ONLY ! Empty How to change the categories title color ONLY !

    Post by missness January 14th 2009, 3:22 pm

    Hello !
    I jut wanted to change the color of the categories titles without changing the other links color of my forum !

    did any one have the CSS code of this option please ?
    avatar
    Carryn
    Active Poster


    Female Posts : 1399
    Reputation : 86
    Language : none.
    Location : somewhere not on the support forum

    How to change the categories title color ONLY ! Empty Re: How to change the categories title color ONLY !

    Post by Carryn January 14th 2009, 4:11 pm

    I don't know about changing it in the CSS. Hopefully someone else will know.

    but when you make your categories you can use the HTML code to change the color.
    Code:
    Example:
    Category name: <font color=red>Category name goes here</font>
    How to change the categories title color ONLY ! Screen11
    Sanket
    Sanket
    ForumGuru


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

    How to change the categories title color ONLY ! Empty Re: How to change the categories title color ONLY !

    Post by Sanket January 14th 2009, 6:02 pm

    Just to make it more customizable than how Psichotic suggested

    Code:
    <font color="#FFFF80">Category</font>

    Use the above code.
    If you want to change colors. USE THIS Just replace the font #FFFF80 with the code on the website.

    Hope this helps.