Viewing 5 replies - 1 through 5 (of 5 total)
  • Moderator James Huff

    (@macmanx)

    I can see the boxes, using Safari v1.2.4.

    Because you haven’t defined a colour for the borders.
    #commentform #name, #commentform #email, #commentform #url, #commentform textarea {
    background: #fff;
    border: 2px;
    padding: .2em;
    }

    Change
    border: 2px;
    to
    border: 2px solid #000;
    and you’ll see a border. (Change the #000 value to suit your colour choice, of course.)

    Might want to change #commentform #name to #commentform #author, just to make sure the ‘name’ field is given the same border, as well.

    Thread Starter fightingfriends

    (@fightingfriends)

    that’s exactly what i want but the author box is still like a normal text box/different from the others

    Thread Starter fightingfriends

    (@fightingfriends)

    oops! thanks alot fro your help! i love wordpress

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘comments text boxes’ is closed to new replies.