I am trying to hide the following element in an automatically generated HTML document:
You could use:
p.sitspagedesc { content: " "; display: none; }
Unless you randomly have multiple spaces in there...