Publication: Hide the koha banner
No Thumbnail Available
Date
2017
Authors
Journal Title
Journal ISSN
Volume Title
Publisher
Abstract
Description
Use 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>
Keywords
Koha3.20+, Koha, opacuserjs, jquery