Site logo

[Resolved] Name doesn’t look like the CSS is right on comments

Home Forums Support [Resolved] Name doesn’t look like the CSS is right on comments

Home Forums Support Name doesn’t look like the CSS is right on comments

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #2504331
    johnzoro

    Name doesn’t look like the CSS is right on comments

    namecomment

    #2504734
    David
    Staff
    Customer Support

    Hi there,

    have you made any modificatins to the Comments Form or any plugins that affect them ? As that field is missing its type attribute which is why it has a different style.

    #2504925
    johnzoro

    possibly? can i change it?

    oh i have got wp forms

    could that be affecting it?

    #2505263
    Fernando
    Customer Support

    I see.

    Perhaps you can try #1 here first starting with WP Forms?: https://docs.generatepress.com/article/debugging-tips/

    It is possible to change the form manually though it’s a bit complicated. See here: https://wpmudev.com/blog/customizing-wordpress-comment-form/

    It’s more likely that a plugin caused this.

    #2505607
    johnzoro

    I deactivated every plug in apart from GP premium and it was still the same

    I don’t think it’s a plugin causing this, unless that plug in happens to be gp premium

    #2505797
    David
    Staff
    Customer Support

    Try adding this CSS to fix that:

    .comment-form input#author {
      color: #666;
      background-color: #fafafa;
      border-color: #ccc !important;
      border: 1px solid;
      padding-top: 10px;
      padding-right: 15px;
      padding-bottom: 10px;
      padding-left: 15px;
      max-width: 100%;
    }
    #2506534
    johnzoro

    Thank you David!

    That sorted it!

    #2506970
    David
    Staff
    Customer Support

    Glad to hear that

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.