Forums

CSS & Input? (7 posts)

  1. Aldyn
    Member
    Posted 3 years ago #

    Ack, another problem... I can't seem to get my css to apply to the comment input fields... Here's my code for the popup comments page ( and here's what i have done so far: http://joshu-kun.org/?comments_popup=3 )

    http://joshu-kun.org/code.html

  2. moshu
    Member
    Posted 3 years ago #

    Nobody can see it here.

    Don't post long code here, please!
    It is difficult to read and nobody really bothers to take a look at it. You can use http://pastebin.com or similar services - and post back with the URI.
    For posting small code snippets, please read carefully the instructions here below the text input area: the "backticks" usually are located on top-left of your keyboard, where ~ [tilde] is.

  3. Aldyn
    Member
    Posted 3 years ago #

    sorrrrrrry

  4. podz
    Support Maven
    Posted 3 years ago #

    aldyn - which part of the comments are you trying to change ?
    If you can be really specific, it'll help hugely.

  5. Aldyn
    Member
    Posted 3 years ago #

    O_O i'm trying to change the style of the input fields like change the color and font of the boxes where the commenter types their name, email, uri, comment etc...

    i have

    input, textarea {
    font-family: tahoma;
    font-size:9px;
    color: #000000;
    }

    in my css, but it doesnt seem to affect the input fields / comment textbox

    i don't know how to be any more specific............

    ack, the example should be http://joshu-kun.org/?comments_popup=9

    (instead of the entry id being 3)

  6. Aldyn
    Member
    Posted 3 years ago #

    =/ i still havent been able to figure out what's wrong, does anyone know how i can get the comment input fields coded with a css style to change how they look?

  7. moshu
    Member
    Posted 3 years ago #

    If you read carefully your comments.php(?) file's code (the one you posted above) you'll notice that the input fields all have their own ID. So, in your stylesheet there should be something like:
    #commentform #author, #commentform #email, #commentform #url, #commentform textarea {...etc.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.