Jamie Gilleland 9 Report post Posted March 21, 2011 How do you hide the message then? I have the commenting turned off through wordpress, the comment form is still showing up though. I'm using ECO Share this post Link to post Share on other sites
bryan-hadaway 3 Report post Posted March 22, 2011 We indeed want to use CSS to finish and smooth this solution out: `.whatever{display:none}` to be inserted in Custom Code > Custom CSS. `.whatever` for classes, `#whatever` for ids - `whatever` of course to be replaced with the actual class or id of the area/div you want to hide. You can identify those areas with Firebug: http://www.pagelines.com/docs/changing-colors-fonts Thanks, Bryan Share this post Link to post Share on other sites