Issue when posting...(message box issue) 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

    Issue when posting...(message box issue)

    avatar
    Yoda
    Forumember


    Posts : 54
    Reputation : 0
    Language : English

    Issue when posting...(message box issue) Empty Issue when posting...(message box issue)

    Post by Yoda July 19th 2010, 7:20 pm

    When you go to post anything the message box is white, and so is the font so you cannot see when you are typing. Anyone know how to fix this? THANKS.
    Sanket
    Sanket
    ForumGuru


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

    Issue when posting...(message box issue) Empty Re: Issue when posting...(message box issue)

    Post by Sanket July 19th 2010, 7:51 pm

    Screenshot of the problem please? Also let us know your forum version.
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Issue when posting...(message box issue) Empty Re: Issue when posting...(message box issue)

    Post by kirk July 20th 2010, 7:38 am

    Well there is a few ways to change this.
    the simple way would be to change either the text color or background color.

    Admin panel>diplay>colors.

    but now like sanket is asking depending what versions or skin you mat be useing it might be better to use css.

    Code:
     
    input,textarea, select {
      color : #000000;
      font: normal 15px Verdana,Arial,Helvetica,sans-serif;
      border-color : #FFFFFF;
      background-image: url();
    }