When I allow the option of leaving a comment it adds some text about using HTML code. How do I remove this but still allow people to leave comments?
Hi Michael,
To remove the html below the homepage comments area just add this css inside Theme Options -> Design Options -> Custom Css
.form-allowed-tags { display:none; }
Thank you!