Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Comments, trackbacks & pings (http://forum.bytesforall.com/forumdisplay.php?f=19)
-   -   [SOLVED] How to remove website field from the comment form ? (http://forum.bytesforall.com/showthread.php?t=10830)

sober Oct 30, 2010 07:42 AM

[SOLVED] How to remove website field from the comment form ?
 
Hello

My audiences are not website owners and I would like to remove the website field altogether from the comment form. I ran a search for a thread that tells about but could not find any. Can anyone please guide me to an appropriate thread or reply back on how to remove the website field. I am using atahualpa 3.5.3 on wordpress 3.01.

lmilesw Oct 30, 2010 12:29 PM

Put the following in ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:

#commentform #url {display:none;}

sober Oct 30, 2010 07:57 PM

Thanks and let me see how it works. Thanks again

sober Oct 31, 2010 03:55 AM

The field went away but the field title "website" still shows up. Can I remove it also via style sheet or do I need to edit the template file

lmilesw Oct 31, 2010 07:42 AM

I missed that. Use this instead.
HTML Code:

#commentform #url, #commentform #url +label {display:none;}

sober Oct 31, 2010 04:40 PM

It works like a charm and that did away with the template hack. Thanks again


All times are GMT -6. The time now is 08:28 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.