Changing the blue color on the search bar of OPAC
Hi all, I have managed to change the background color for my koha OPAC. Now I want to change the blue background color on the search bar to suit my corporate colors. Any idea on how to achieve this? Alternatively, which tag should I change in the opac.css file to achieve this? Kind Regards, Admire Mutsikiwa University of Zimbabwe
If that’s the only change you want, you can just add this to the OpacUserCSS syspref instead of modifying the .css file – makes upgrading easier: #opac-main-search { background: #77933C none; } Use the hex code for the color you want. Jane Wagner Senior Project Manager LibLime, a division of PTFS Content Management and Library Solutions 6400 Goldsboro Road, Suite 200 Bethesda, MD 20817 (301) 654-8088 x 151 jwagner@liblime.com <jwagner@ptfs.com> *From:* koha-bounces@lists.katipo.co.nz [mailto: koha-bounces@lists.katipo.co.nz] *On Behalf Of *amutsikiwa *Sent:* Thursday, February 17, 2011 9:13 AM *To:* koha@lists.katipo.co.nz *Subject:* [Koha] Changing the blue color on the search bar of OPAC Hi all, I have managed to change the background color for my koha OPAC. Now I want to change the blue background color on the search bar to suit my corporate colors. Any idea on how to achieve this? Alternatively, which tag should I change in the opac.css file to achieve this? Kind Regards, Admire Mutsikiwa University of Zimbabwe
#opac-main-search { background: #77933C none; }
And once you've changed the background color you might want to change the color of the Cart and Lists buttons as well: http://www.myacpl.org/koha/?p=217 -- Owen -- Web Developer Athens County Public Libraries http://www.myacpl.org
participants (3)
-
amutsikiwa -
Owen Leonard -
Wagner, Jane