Viewing 5 replies - 1 through 5 (of 5 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s caused by your theme, is there any chance you could contact GoDaddy about this?

    Thread Starter scoredtodeath

    (@scoredtodeath)

    It wasn’t there before. I noticed it last night, but I know it wasn’t always like that. I can contact Godaddy, but I have a very strong feeling that they are going to say that I need to contact wordpress…and I can’t find any way to contact wordpress.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    You’ve got a pale yellow text color on a white background.

    div#comments h3, div#comments h4, div#comments, div#comments p {
        color: #444;
    }
    .comments-area input:not(.submit), .comments-area textarea {
        border-color: #888;
    }

    To add CSS: use the “Additional CSS” option in the customizer. https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress

    Learn to use the Chrome Developer Tools to help you see and test changes to your CSS.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    It’s not a big deal to change it, but it would be better to understand why it is styled like that before we recommend CSS. It may be that the theme has a special section where you’ve added CSS modifications which are causing the problem. So it would be better to resolve that, than paint a solution on top of it.

    Thread Starter scoredtodeath

    (@scoredtodeath)

    Thanks Steve, but that doesn’t put it back the way it was. That white box used to be the dark red like the rest of the site. But I appreciate the reply.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘My comment form turned into a big white box. Please help.’ is closed to new replies.