Hi,
Most likely if you use the class name “cleanprint-include” on the elements you want to incluse that should fix the problem. See examples below.
To include :
<div class=”cleanprint-include”>Include this for print</div>
To exclude :
<span class=”cleanprint-exclude”>Exclude this for print</span>