how do i enable comments without "email" and "website" field?

Posted in: Newspaper
Post count: 2

i think visitors feels uncomfort typing email and website while commenting so i want to enable comments without “email” and “website” field, how can i do that ?

Post count: 7909

Hi,

You can hide them using custom css in Theme Panel > Custom Css – http://screencast.com/t/SA84pQxJ

.comments #email, .comments #url {
display: none;
}

If you do this please make sure that you also disable this option so the users don’t need to add name and email – http://screencast.com/t/7vmNQ9qkmG

Thanks!

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