[Koha] How to change de OPAC LOGO

Marc VĂ©ron veron at veron.ch
Wed Apr 26 17:50:59 NZST 2017


Hi Luis,

Please find below an example on how to replace logos using system 
preference OPACUserCSS, without replacing files inside your Koha 
installation.
I uploaded test logos to our server. Make sure you provide your own 
logos with the same dimensions on your server.

Kind regards

Marc

--snip----------------

/* Replace logos */

#logo {
   background: rgba(0, 0, 0, 0) 
url("http://www.koha-support.ch/test-koha-logo-opac-67-20.jpg") 
no-repeat scroll 0 center;
}

@media only screen and (max-width: 700px) {
   #logo{
     background: transparent 
url("http://www.koha-support.ch/test-koha-logo-opac-14-14.jpg");
   }
}

/* Change background color */

.navbar-inverse .navbar-inner {
   background-color: #416100;
   background-image: none;
   border-color: #416100;
}

.navbar-inverse .divider-vertical {
   display: none;
}

--end snip----------------
Am 25.04.2017 um 16:57 schrieb Luis Moises Rojas:
> Hi,
> I am using KOHA 16.11.06.000
> Where could i change the OPAC LOGO.
> We want to use our LOGO
>
> Thanks
>



More information about the Koha mailing list