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 [email protected] · W www.adminkuhn.ch
_______________________________________________

Koha mailing list  http://koha-community.org
[email protected]
Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha

Reply via email to