My Blog List


Saturday, April 5, 2025

How to customize Koha Staff Login Page

 How to customize Koha Staff Login Page

We can customize our  Koha staff login page with the (library's) institute's name and logo. This will also make the login page look beautiful and will also give a sense of branding. Let's see how we can put the name and logo on the login page.

Create an image for the logo or copy it from the institute's website. Save it in the home folder with the name 'logo.jpg'

Open the terminal and run the following command to paste the logo image in htdocs folder from the home folder

sudo cp logo.jpg /usr/share/koha/opac/htdocs

Now Open koha Staff Interface

koha administrationâžž Global System PreferencesâžžStaff ClientâžžStaffLoginInstructions

Add the following html scripts in the StaffLoginInstructions

<center>

<img src="http://127.0.1.1/logo.jpg" style="width:50%; height:50%;">
</center>
<p style="text-align: center;">
    <font color="#b8312f"><span style="font-size: 20px;"><b><strong><span style="text-shadow: rgba(135, 135, 135, 0.7) 3px 3px 4px;">TECHNO SOLUTUIONS </span></strong></b></span></font>
</p>
<p style="text-align: center;"><span style="color: rgb(184, 49, 47);"><span style="font-size: 16px;"><strong>Library Management Software</strong></span></span></p>

No comments:

Post a Comment