How to Remove the Homepage field from the Anonymous Comment Form

In this super-brief tutorial, I give you the necessary CSS to insert into the appropriate CSS file of your theme to remove that "Homepage" field from the Anonymous Comment input form:

 
   /* hide the homepage field on the comment forms */ 
   #edit-homepage-wrapper { 
        display: none; 
    } 

If you need any background information on which CSS file to edit, I suggest you visit:
http://www.missingubercartmanual.com/How-to-Customize-a-Drupal-Web-Site
and read the section talking about how to change the look of your site, and from there you should be able to figure out which of the following sub-tutorials give you the steps necessary for your level of expertise.

Happy developing!


Comments

Post new comment

The content of this field is kept private and will not be shown publicly.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd> <pre>
  • Lines and paragraphs break automatically.
  • Syntax highlight code surrounded by the {syntaxhighlighter OPTIONS}...{/syntaxhighlighter} tags with the rich text editor turned off or set to source mode.

More information about formatting options