Archived topic
Name doesn't look like the CSS is right on comments
7 replies · Started by johnzoro on January 21, 2023
Name doesn't look like the CSS is right on comments

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.
possibly? can i change it?
oh i have got wp forms
could that be affecting it?
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.
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
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%;
}
Thank you David!
That sorted it!
Glad to hear that