Customize auth page
See original GitHub issueIssue type
Styling css of login page
I’m submitting a … (check one with “x”)
- bug report
- feature request
- question about the decisions made in the repository
Issue description
Current behavior:
I was able to remove arrow icon from left top corner by adding below in css file
/deep/ .nb-theme-cosmic nb-card-header { display: none !important; }
Expected behavior: I want to remove the nb-card thing which is in login.template.html which is part of node modules so that it looks like below:
Steps to reproduce:
Related code:
insert short code snippets here
Other information:
npm, node, OS, Browser
<!--
Node, npm: `node --version` and `npm --version`
OS: Windows (7/8/10). Linux (incl. distribution). macOS (El Capitan? Sierra?)
Browser: Chrome/Safari/Firefox/etc?
-->
Angular, Nebular
<!--
Check your `package-lock.json` or locate a `package.json` in the `node_modules` folder.
-->
Issue Analytics
- State:
- Created 2 years ago
- Comments:8
Top Results From Across the Web
Universal Login Pages - Auth0
Explore topics related to Universal Login Pages. ... Customize New Universal Login Pages, How to create login page templates for the New Universal...
Read more >How to Create a Custom WordPress Login Page (Ultimate ...
You can customize these WordPress login URLs by visiting Theme My Login » General page. Scroll down to the 'Slugs' section to modify...
Read more >Pages | NextAuth.js
To add a custom login page, you can use the pages option: pages/api/auth/[...nextauth].js ... pages: { signIn: '/auth/signin',
Read more >Customizing Login Page for Keycloak - Baeldung
In this tutorial, we'll focus on how we can customize the login page for our Keycloak server so that we can have a...
Read more >Creating an Auth0 Custom Login UI (with code) - Medium
Example code of a custom Auth0 login page with forgot password and google login.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
My previous answer was wrong. I recommend not changing any code in node modules. Instead have a look at this answer:
https://stackoverflow.com/a/59264020
You can find the docs here:
https://akveo.github.io/nebular/docs/auth/custom-auth-components#custom-auth-components
I will have a look on my test server. Will report back asap.