HI Tom
So even though the English logo keeps overriding the Hebrew logo in the header and primary logo customization.
The logo has been set via wp hooks… and the hebrew logo is now showing in sticky menu as it should and on hebrew mobile as it should…. so the result is ok. http://www.p8072-158-1962.s158.upress.link/
<?php
if(ICL_LANGUAGE_CODE=='he'){ ?>
<img src="http://www.p8072-158-1962.s158.upress.link/wp-content/uploads/2017/12/log-he.jpg" alt="hebrew logo" />
<?php }
if(ICL_LANGUAGE_CODE=='en'){ ?>
<img src="http://www.p8072-158-1962.s158.upress.link/wp-content/uploads/2017/12/logo-en.jpg" alt="english logo" />
<?php } ?>