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  | 
|

     
Posts: 27300
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
Posts: 722
Alternately, you could try this:
http://gallery.menalto.com/node/102148
Posts: 18
done. great work superstars.