[Koha] Local Cover Image

Michael Kuhn mik at adminkuhn.ch
Wed Sep 9 08:49:57 NZST 2015


Hi Esmael

> I tried to load local cover image to replace 'No cover image available'
 > in OPAC display. The new cover is display but still the empty square
 > box is display below the new local cover image. Pls help

In my opinion this annoying image saying "No cover image available" 
shouldn't be there in the first place,

However, in Koha 3.20 you can get rid of it by adding the following CSS 
code to Koha parameter "OPACUserCSS":


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


Kind regards, Michael


More information about the Koha mailing list