re customizing the self-registration form page
Hi Does anyone know if we can have a custom header just for one page ( the self registration page) on koha ? Or how to hide the opacheader and OpacCustomSearch on that page ( via css?) Thanks Thomas Veale Librarian HSE libraries Ireland
Hi Thomas, This CSS rule should work: #opac-patron-registration #OpacCustomSearch { display: none; } It will hide #OpacCustomSearch when it's inside #opac-patron-registration, which is the id of the body on the self registration page. Regards, Jonathan Le mar. 6 juin 2023 à 17:58, Thomas Vealehse <thomas.vealehse@gmail.com> a écrit :
Hi Does anyone know if we can have a custom header just for one page ( the self registration page) on koha ? Or how to hide the opacheader and OpacCustomSearch on that page ( via css?)
Thanks Thomas Veale Librarian HSE libraries Ireland _______________________________________________
Koha mailing list http://koha-community.org Koha@lists.katipo.co.nz Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
participants (2)
-
Jonathan Druart -
Thomas Vealehse