Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Comment Box Blackout Issue

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #193766
    melikka
    Participant

    I’m having trouble with my WordPress Blog comment box. It is now blacked out and users are unable to see what they are typing. I can’t figure out how to go about getting the backgound to return back to “white”. Any suggestions/help is greatly appreciated.

    Here’s a link to see an example of what I’m speaking about:

    http://doolittlesdoghouse.com/dog-care-tips-for-a-safe-and-happy-holiday/

    #193826
    Paulie_D
    Member
    input.text_input, textarea.textarea {
    border: 1px solid #ccc;
    background: url("../images/input_bg.png") no-repeat scroll 0 0 transparent;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    background-color: #000000; /* remove this */
    border-radius: 1px;
    

    I like the easy ones…”Inspect Element” in Developer Tools found this quite easily.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.