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