Comment section on blogs

Hello!

I’m wondering if it’s possible to make the “comment” box about half the size of what it currently is? (I would like it to be about the size of the red box I drew-- see image below).

Also, is there a way to remove the “website” option entirely?

Thanks so much!
-Nadia

Hi Nadia,

To remove the website field in the comment section, you can try this third party plugin.

Then to reduce the comment height, you can add this in Theme Options > CSS

.comment-form-comment textarea {
   height:100px;
}

Hope that helps

That worked!
Thank you so much :slight_smile:

You’re most welcome, Nadia.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.