Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

If this issue occurs for you, please reach out to the support desk, as we may be able to provide custom css to hide the first image in the article.use this javascript, and it to the Blog Category Custom Header HTML.

Code Block
<script>
$(document).ready( function() {
    $('article img').first().remove();
});
</script>