Remove the field for "website" from comments section

Posted in: Newspaper
Post count: 34

Could you please provide me with a CSS code to remove the field for “website” from comments section

Navigating the forum I found in code below but I did not work

.comments .needsclick #url {
display: none;
}

I prefer the codes, because they make things easier for me.

My site: http://leveltoday.com

Or you can see the comments section directly in this post http://leveltoday.com/crew-calling-units-launch-trailer/5250/

Post count: 23312

Hello diablo7,

Try the code below and place it in Theme panel->Custom CSS area, like this ->

.comment-respond #url{
display:none;
}

Thanks.

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