[Koha] How to hide the OPAC "Cover Not Available" message?

Michael Kuhn mik at adminkuhn.ch
Tue Apr 13 18:31:59 NZST 2021


Hi Victor

 > How to hide the OPAC "Cover Not Available" message?
 > I enabled "OPACAmazonCoverImages" and "OPACLocalCoverImages" to insert
 > images that are not on Amazon.
 > When he loads the image from Amazon, the message "Cover Not Available"
 > also appears.
 > I would like to remove this message when he retrieves the image from
 > Amazon.

Just insert the following code in Koha system preference "OPACUserCSS".

.no-image {
   display: none !important;
}

This can be found here:

* 
https://wiki.koha-community.org/wiki/HTML_%26_CSS_Library#Hide_No_Image_Found

Hope this helps.

Best wishes: Michael
-- 
Geschäftsführer · Diplombibliothekar BBS, Informatiker eidg. Fachausweis
Admin Kuhn GmbH · Pappelstrasse 20 · 4123 Allschwil · Schweiz
T 0041 (0)61 261 55 61 · E mik at adminkuhn.ch · W www.adminkuhn.ch


More information about the Koha mailing list