How can i change the font and color of this? 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 can i change the font and color of this?

    WRSJ
    WRSJ
    Forumember


    Female Posts : 146
    Reputation : 0
    Language : English, Korean, Tagalog
    Location : Seoul, South Korea

    Solved How can i change the font and color of this?

    Post by WRSJ November 6th 2010, 1:55 am

    How can i change the font and color of this? i wanted it black, and i wanted to change the font ^^

    here's the picture:

    How can i change the font and color of this? 110

    and also, i want to remove the gray color, acting as the border of it XD where can i find it?

    thank you...
    ***AFINA***
    ***AFINA***
    Forumember


    Female Posts : 450
    Reputation : 28
    Language : English, Russian, Ukrainian, Greek, Photoshop
    Location : The whole world

    Solved Re: How can i change the font and color of this?

    Post by ***AFINA*** November 6th 2010, 9:34 am

    Add to CSS:

    Code:
    textarea {
    color: #000000;
    }
    WRSJ
    WRSJ
    Forumember


    Female Posts : 146
    Reputation : 0
    Language : English, Korean, Tagalog
    Location : Seoul, South Korea

    Solved Re: How can i change the font and color of this?

    Post by WRSJ November 6th 2010, 10:06 am

    it didn't worked too...
    WRSJ
    WRSJ
    Forumember


    Female Posts : 146
    Reputation : 0
    Language : English, Korean, Tagalog
    Location : Seoul, South Korea

    Solved Re: How can i change the font and color of this?

    Post by WRSJ November 22nd 2010, 1:46 pm

    anyone?? >.<
    avatar
    Plancker
    Forumember


    Posts : 226
    Reputation : 11
    Language : Dutch, English

    Solved Re: How can i change the font and color of this?

    Post by Plancker November 22nd 2010, 8:04 pm

    ***AFINA*** wrote:Add to CSS:

    Code:
    textarea {
    color: #000000;
    }

    change this to

    Code:
    textarea {
    text-color: #000000;
    }
    avatar
    Guest
    Guest


    Solved Re: How can i change the font and color of this?

    Post by Guest November 22nd 2010, 8:14 pm

    Code:
    text-color:
    Isn't a CSS code (:

    Try this:
    Code:
    input {
    color: #000000;
    }
    WRSJ
    WRSJ
    Forumember


    Female Posts : 146
    Reputation : 0
    Language : English, Korean, Tagalog
    Location : Seoul, South Korea

    Solved Re: How can i change the font and color of this?

    Post by WRSJ November 23rd 2010, 10:40 am

    no i mean, the font color in my forum is red... when you start a topic.. then start to type something.. it's red not black.. i wanted to change this to black and also the font.. the font there is courier new ^^ thanks~~
    avatar
    Guest
    Guest


    Solved Re: How can i change the font and color of this?

    Post by Guest November 23rd 2010, 3:14 pm

    Try this:
    Code:

    #text_editor_textarea,#textarea_content iframe#text_editor_iframe{color: #000000;}
    avatar
    Plancker
    Forumember


    Posts : 226
    Reputation : 11
    Language : Dutch, English

    Solved Re: How can i change the font and color of this?

    Post by Plancker November 23rd 2010, 8:07 pm

    maybe just at ACP -> Display -> Colors
    WRSJ
    WRSJ
    Forumember


    Female Posts : 146
    Reputation : 0
    Language : English, Korean, Tagalog
    Location : Seoul, South Korea

    Solved Re: How can i change the font and color of this?

    Post by WRSJ November 24th 2010, 10:43 am

    okay... it's not red anymore.. but still i wanted to change the font to Arial ^___^ thanks~~
    avatar
    Plancker
    Forumember


    Posts : 226
    Reputation : 11
    Language : Dutch, English

    Solved Re: How can i change the font and color of this?

    Post by Plancker November 24th 2010, 2:46 pm

    I went to your forum and it say when i check the element font-family: arial....

    so i think the font is already there
    avatar
    Guest
    Guest


    Solved Re: How can i change the font and color of this?

    Post by Guest November 24th 2010, 3:15 pm

    in the same code above add this:
    Code:

    font-family: arial;
    WRSJ
    WRSJ
    Forumember


    Female Posts : 146
    Reputation : 0
    Language : English, Korean, Tagalog
    Location : Seoul, South Korea

    Solved Re: How can i change the font and color of this?

    Post by WRSJ November 24th 2010, 11:00 pm

    okay... thanks!! it worked~~
    avatar
    Guest
    Guest


    Solved Re: How can i change the font and color of this?

    Post by Guest November 25th 2010, 2:52 pm

    Glad i could help! Very Happy

    Solved + Locked