Trying to Hide the H1 tag in Articles
I am publishing content to Zendesk Guide via MadCap Flare's Zendesk Connect plugin. When I do my articles all now have a Title and an H1 heading that are the same. I don't want to have to edit all of the articles to remove the H1 heading. MadCap suggested adding this css snippet to the document_head.hbs file of the active Theme.
<style>.article-body h1 { display: none; }</style>
However, I am still seeing the duplicate heading. I tried moving it to the css file as well (without the <style></stlye> tags, but that didn't work either.
Does anyone have any other ideas?
Thanks!
