question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Customize auth page

See original GitHub issue

Issue 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; } image

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: image

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:open
  • Created 2 years ago
  • Comments:8

github_iconTop GitHub Comments

1reaction
Prefix1802commented, Apr 8, 2022

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

0reactions
Prefix1802commented, Mar 23, 2022

I will have a look on my test server. Will report back asap.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found