hey guys on the bottom of this page
http://www.fbcptc.org/devotion-spot
i would like to disable this content
You may use these HTML tags and attributes:
<abbr title=””> <acronym title=””> <b>
<cite>
<i> <q cite=""> <strike>as well as have them only post their name, instead of email and website. how can I remove that?
thanks
Hey jdrakeproductions!
Add this to your custom CSS.
.form-allowed-tags { display: none !important; }
Cheers!
Elliott
the html tags are gone. that would perfectly! now i just need to get rid of the email and website boxes when submitting a comment. I need just their name and text box for comment. how would i do that?
Hey!
Navigate to Dashboard > Settings > Discussion and uncheck the “Comment author must fill out name and email” option and save.
Next add this to your custom CSS.
.comment-form-email, .comment-form-url {
display: none;
}
Best regards,
Elliott