Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #13334
    dimzen
    Member

    Can’t seem to fine a way to change the color of the text in the comment box.
    Tried to add diff. codes in the “custom CSS”, but none of them seem to do it 🙁

    #13346
    Sakin
    Keymaster

    @dimzen: Send me your site URL and then I will check in the css.

    #13362
    dimzen
    Member
    #13367
    Sakin
    Keymaster

    @dimzen: I cannot see the comment box. It’s say’s “Du skal være logget ind for at skrive en kommentar.”

    #13368
    dimzen
    Member

    Oops.. yeah, you had to be logged in to comment.
    I’v removed that now 🙂

    #13370
    Sakin
    Keymaster

    @dimzen: You can change the color as per you need and then add the following CSS in “Appearance => Theme Options => Custom CSS” box.

    /* For Comment title */
    h2#comments-title { color: #444; }
    /* For Comment Label */
    #respond label { color: #888; }
    /* For Comment Input Text */
    #respond #commentform .text { color: #aaa; }
    /* For Comment Text Area */
    #respond #commentform textarea { color: #aaa; }
    #13372
    dimzen
    Member

    Thanks that worked 🙂

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Comment box's text color?’ is closed to new replies.