Login Icons For Authentication Page

I have multiple providers for the authentication (AUTH_PROVIDERS). The base template looks clean but I would like to add a custom icon before the text of the provider. As the CERN has on their login page:

image

How is this possible? Will I have to override the entire login template to acheive this?

Many thanks,

Richard

The CERN login page is not Indico, so you can’t compare that. :wink:

I don’t think template overrides will work well for this… But each entry for an external login option has a class like external-provider-<name> so you may be able to use custom CSS to add an icon there via the ::before pseudo-element.

ok merci