Client Portal Login Custom CSS

I own the White Label license for the Self-Hosted version of v5. I would like to make modifications to the login page of the client portal. I have read a number of other posts about this same issue, however looking at the source code via Inspector, I don’t see any custom IDs or classes that I can use to target any part of that page that isn’t from Tailwind.

Is there some kind of guide or a direct html/php file I can access to give these sections their own IDs/Classes?

Hi,

@david can you please advise?

resources/views/portal/ninja2020/layouts/app.blade.php
resources/views/portal/ninja2020/layouts/clean.blade.php

Are the main layout templates you can access. My guess is that customizing the portal will involve a lot of pain depending on how much you wanted to do as the partial includes would also need to have class names added.

Hi and sorry for reopening the thread,

is it possible and allowed for selfhosters without the commercial license to change the client’s portal’s title and logo?

I looked into the php-files, but I’m not familiar with php, java-script or stuff. I’m already glad that I manged to deal with the invoice- and e-mail-templates.

Thanks a lot!