[Koha] re customizing the self-registration form page

Jonathan Druart jonathan.druart at bugs.koha-community.org
Wed Jun 7 18:54:02 NZST 2023


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 at 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 at lists.katipo.co.nz
> Unsubscribe: https://lists.katipo.co.nz/mailman/listinfo/koha
>


More information about the Koha mailing list