• When you try to make a comment on my site (https://dirtydalerz.com) I am unable to see what I’m typing for the comment. Users have complained but i never had this problem before. I can’t find the right code in my stylesheet.css to edit the color of the comment input.

    Can someone please help.

    Also are there any like “how to’s” that explain what everything is in the stylesheet.css ?

    -bc

Viewing 1 replies (of 1 total)
  • It doesn’t have too much to do with DarkMaple… it’s mainly typos in CSS:

    #commentform #author, #commentform #email, #commentform #url, #commentform textarea {
    background: #000000;
    border: 1px solid #FFFFFF;
    color: #FF00CC <==== missing ;
    padding: .2em;
    }

    and
    #commentform #comment{
    width:450px;
    font-color: #00FFCC:; <=== obsolte :
    margin:0;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Dark Maple Theme (modified) – – Comments Color’ is closed to new replies.