Hide the koha banner

Publication Date
2017
Abstract
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>
Subject
Koha3.20+
Koha
opacuserjs
jquery
Title
Hide the koha banner
Entity Type
Publication

Files:

NameSizeformatDescriptionLink
https://docs.prosentient.com.au/prosentientserver/api/core/items/5e1c4db9-8721-465d-bf19-503774c79453