Lock.js does not support CSS customization

Problem statement

Can we customize the CSS using HTML elements?

Solution

It is not recommended to customize the CSS using HTML elements.

The current implementation does not support further CSS customization. The CSS class names change every time the project is built, so it will break if you target them. The HTML structure of the pages might also change. If your customizations depend on it, they could stop working at any time.