Change category title font 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

    Change category title font

    avatar
    SpyderTail
    New Member


    Posts : 2
    Reputation : 0
    Language : English

    Change category title font Empty Change category title font

    Post by SpyderTail June 20th 2008, 8:39 pm

    I want to change the category title font, or this font:


    Change category title font Catego10


    And just the category title font, not the forum title font. Is that possible?
    avatar
    valfazz
    New Member


    Posts : 6
    Reputation : 0
    Language : Vietnamese

    Change category title font Empty Re: Change category title font

    Post by valfazz June 20th 2008, 8:46 pm

    Go to ACP > Display > [Pictures and Colors] tab > Colors > find "Color of the columns header" and change to the color you want.
    avatar
    vikingdriver
    Forumember


    Posts : 75
    Reputation : 0
    Language : english

    Change category title font Empty Re: Change category title font

    Post by vikingdriver June 21st 2008, 1:09 am

    It cannot be done via the simple Admin Panel options. What you do need to do is to access your CSS Style Sheet. To do this go to Admin--->Display-->Pictures & Colors-->Colors.

    Select the tab that says "CSS Stylesheet"

    You will have to look carefully through your codes until you find something similar to this:
    Code:
    .cattitle{
     font-weight: bold;
     font-size: 16px ;
     letter-spacing: 1px;
     color : #b2981d}

    Insert this code under "font-size:"
    Code:
    font-family: Tahoma,Verdana,Arial,etc;

    Change the font name to whatever font you desire but please note that not every computer will have the same fonts as you so some of your members might not get to see what it is that you want them to see. This is why we give them a "Family" of fonts. What happens is; the members PC will look at the first font choice and use it. If it does not recognize that first font then it will choose the next and so on. So what I recommend is to place the font that you want as the first font like this:

    Code:
    font-family: your font choice,Tahoma,Verdana,Arial,

    I hope this helps you out.
    avatar
    SpyderTail
    New Member


    Posts : 2
    Reputation : 0
    Language : English

    Change category title font Empty Re: Change category title font

    Post by SpyderTail June 21st 2008, 1:51 am

    Thanks.
    avatar
    rampage
    New Member


    Posts : 9
    Reputation : 0
    Language : english

    Change category title font Empty Re: Change category title font

    Post by rampage June 21st 2008, 4:01 am

    how did you have two split topics in the forum , i also wanted to change my font and color but would like to have 2 similar categories as you do
    avatar
    valfazz
    New Member


    Posts : 6
    Reputation : 0
    Language : Vietnamese

    Change category title font Empty Re: Change category title font

    Post by valfazz June 21st 2008, 9:36 am

    Hey, I mistake between "font" and "color" mwii...