Dear Koha Support Community, I am wanting to remove the Koha logo that is in the top nav bar (left side near cart) and/or replace it with my own logo of the same size. I was wondering if someone could share some detailed instructions on how to accomplish this.I have seen it accomplished on other Koha sites. I am familiar with the Global System Preferences and have made some changes to the main body, side bars and footer. I just can't seem to figure out how to remove/replace that logo. Thank you In His Service, Bill Kingsley Rutland Area Christian School IT Department Director itdept@racsonline.org www.racsonline.org
Salve! If you're doing customisations to your OPAC, you almost certainly want to check out Owen's blog. http://www.myacpl.org/koha/category/koha/customizations/ I'm not looking over your shoulder, so I'm not sure exactly what logo you're fidgeting with. If you open up Firebug, it should at least tell you what the element that is giving you trouble is called. Another thing to consider is that if you want to really customise things and change a whole bunch of settings, you might just want to point to your own CSS so you have fewer worries every time you update. Cheers, Brooke
If I remember correctly that logo is nowadays defined with a CSS background(?). If you upload your own logo somewhere and stick a CSS rule for the element in the relevant CSS syspref that should to the trick. I could have a look and see exactly how it's done later if no one beats me to it. But friday night in our timezone so that's for another day :) Kind regards /Viktor
28 aug 2015 kl. 16:43 skrev RAC IT Department <itdept@racsonline.org>:
Dear Koha Support Community,
I am wanting to remove the Koha logo that is in the top nav bar (left side near cart) and/or replace it with my own logo of the same size. I was wondering if someone could share some detailed instructions on how to accomplish this.I have seen it accomplished on other Koha sites. I am familiar with the Global System Preferences and have made some changes to the main body, side bars and footer. I just can't seem to figure out how to remove/replace that logo.
Thank you
In His Service, Bill Kingsley Rutland Area Christian School IT Department Director itdept@racsonline.org www.racsonline.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
Bill, There are a number of ways to accomplish what you want. Here's one. 1) Have your replacement image somewhere you can link to it. Its dimensions should be about 67px by 20px, otherwise you may have to alter other CSS as well. 2) In the OPAC preferences, look in the Appearance section for the preference OPACUserCSS. 3) Insert this CSS. #logo { background-image: url("url/to/image.png"); } (Of course, change the URL inside the quotes to where your image really is.) If you want to simply get rid of the logo and the space that contains it, you could instead use this. #logo { display: none; } I hope this helps. On 8/28/2015 10:40 AM, RAC IT Department wrote:
Dear Koha Support Community,
I am wanting to remove the Koha logo that is in the top nav bar (left side near cart) and/or replace it with my own logo of the same size. I was wondering if someone could share some detailed instructions on how to accomplish this.I have seen it accomplished on other Koha sites. I am familiar with the Global System Preferences and have made some changes to the main body, side bars and footer. I just can't seem to figure out how to remove/replace that logo.
Thank you
In His Service, Bill Kingsley Rutland Area Christian School IT Department Director itdept@racsonline.org www.racsonline.org _______________________________________________ Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz https://lists.katipo.co.nz/mailman/listinfo/koha
-- Andy Boze, Associate Librarian University of Notre Dame 208A Hesburgh Library (574) 631-8708
participants (4)
-
Andy Boze -
BWS Johnson -
RAC IT Department -
Viktor.Sarge@regionhalland.se