I’ve been trying to hide a comment form (a div) with CSS display: none;but it doesn’t seem to hide. The div in question loads data with JavaScript. Could anybody please help me and point out what actually I am doing wrong?
It is found at the very bottom of the page, the HyperComments form. I’ve tried to apply the display:none;to the #hc_root div, but to no sucess.
Thanks in advance.
The form is in an iframe. But you can hide the
divwith theid‘hypercomments_widge’ by:(Or you can hide it using javascript.)