Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #36841
    judotter
    Member

    Color scheme: Dark
    text color: #fff

    The comment field is almost white and with white text you can not see what you write.
    Can I change the text color in the coomentfield? How?

    http://www.ordloslordag.se/2014/06/ordlos-lordag-109/#comments

    #36878
    Sakin
    Keymaster

    @judotter: Thanks we will update this in our new version. For now, you can add the following css in “Appearance => Theme Options => Custom CSS” box.

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
    	color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
    	color: #000;
    }
    #36880
    judotter
    Member

    Thanks for your quick reply! but it made no difference.
    The text field is still filled with white letters that are not visible when typing.

    #36882
    Sakin
    Keymaster

    @judotter: There is problem when you copy the css. I see you added custom css as

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
            color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
            color: #000;
    }

    But it should be

    input[type="text"],
    input[type="email"],
    input[type="url"],
    input[type="password"],
    textarea {
    	color: #555;
    }
    input[type="text"]:focus,
    input[type="email"]:focus,
    input[type="url"]:focus,
    input[type="password"]:focus,
    textarea:focus {
    	color: #000;
    }
    #36885
    judotter
    Member

    A big Thank You!!

    #36887
    judotter
    Member

    Thanked you after writing my name …. the letters were black.
    When I clicked to enter my email the text disappeared from the name line.
    http://www.ordloslordag.se/2014/06/ordlos-lordag-109/#comments

    #36889
    Sakin
    Keymaster

    @judotter: Please remove the text But it should be from your custom css. That was just the sentence that I was trying to explain.

    #36890
    judotter
    Member

    I did not copy that line!!
    Only the code!

    #36891
    Sakin
    Keymaster

    @judotter: Check your “Custom CSS” box you will see that word. Please remove it and it will be fine.

    #36900
    judotter
    Member

    You were right – I was wrong. The text was there!
    Ok have a nice day or night!

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘text color in comment field’ is closed to new replies.