Balnaves, Edmund2017-04-032017-04-032017http:/docs.prosentient.com.au/prosentientjspui/handle/703/2905Use OPACUserJS system preference with jquery to hide the opac banner<pre><code>$(".brand").hide();</code></pre><br />Note - the web page must be ready before the jquery will be able to modify the display format, so all the jquery so opacuserjs should include the jquery document ready function as follows:<pre><code> $(document).ready(function(){ $(".no-image").hide(); $("#rssnews-container").hide(); $(".newsfooter").hide(); $(".brand").hide(); }); </code></pre>TextKoha3.20+KohaopacuserjsjqueryHide the koha bannerFAQKoha documentation