Difference between revisions of "Koha:Customization"
From TSAS Library
JStallings (talk | contribs) |
JStallings (talk | contribs) |
||
Line 3: | Line 3: | ||
* OPAC and staff interface are at <code>/htdocs</code>, so the URL in the "favicon" Administration Preferences in Koha should be <code><nowiki>http://sitename.com/image.png</nowiki></code> | * OPAC and staff interface are at <code>/htdocs</code>, so the URL in the "favicon" Administration Preferences in Koha should be <code><nowiki>http://sitename.com/image.png</nowiki></code> | ||
==Staff Client Login== | |||
* Under "IntranetUserCSS" in Administration Preferences in Koha, add the following: | |||
<code>#login h1 a { | |||
height:71px; | |||
} | |||
#login h1 { | |||
background:url("http://www.domain.com/link/to/logo.png") no-repeat scroll center top transparent; | |||
}</code><ref>https://www.myacpl.org/koha/customizing-the-staff-client-login-logo/</ref> | |||
<references /> | <references /> | ||
[[Category:Koha]] | [[Category:Koha]] |
Revision as of 11:46, 28 August 2016
Favicon
- Create 16x16 or 32x32 .png, uploadCite error: Closing
</ref>
missing for<ref>
tag