Please how can I style my Django allauth

I have tried style allauth by using this format templates/account/signup.html,login.html, password_reset.html etc.

And added their CSS individually in the html files each but still no design showed

Please what is you suggestion please

I haven’t used allauth, but those don’t sound like allauth’s templates. Have you followed the instructions at Templates - django-allauth for overriding the templates?

Styling Allauth templates is painful! Read the docs and have a look at the example templates which have all been customised to work with Bootstrap: https://codeberg.org/allauth/django-allauth/src/branch/main/examples/regular-django/example/templates

That should show you where all the CSS classes need to go.

I use allauth.UI. for the styling I will still checking if I can modify the styling.