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
[email protected]
www.racsonline.org
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha
--
Andy Boze, Associate Librarian
University of Notre Dame
208A Hesburgh Library
(574) 631-8708
_______________________________________________
Koha mailing list http://koha-community.org
[email protected]
https://lists.katipo.co.nz/mailman/listinfo/koha