This is great great for pulling out duplicate feature images in your posts and articles
Use 2 ways to accomplish this
For a global setting use the CSS box in the UniPress plugin dashboard
div img:first-child { display: none; }`
For one time use: add a shortcode in the post
[unipress_hide_content] CONTENT TO BE HIDDEN [/unipress_hide_content]`