Comment module - how to remove the "Website" textbox?

evobenno

Joined: 2012-02-08
Posts: 18
Posted: Fri, 2012-06-01 06:53

Hi how can i formally remove the website (optional) text-box from the comment block

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Sun, 2012-06-03 04:07

Formally?
don't know bu this might work adding to the css:

#g-comment-form li:nth-child(3) {
  display: none;
}

Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team

 
rWatcher
rWatcher's picture

Joined: 2005-09-06
Posts: 722
Posted: Sun, 2012-06-03 06:35

Alternately, you could try this:
http://gallery.menalto.com/node/102148

 
evobenno

Joined: 2012-02-08
Posts: 18
Posted: Sat, 2012-06-09 06:48

done. great work superstars.