How to remove login screen footer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2023
04:22 AM
How to remove login screen canvas footer like facebook link or Is it possible to remove login screen footer.?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-13-2023
10:25 AM
Hi @shyams,
If you're a Canvas root account admin, I believe you could use custom CSS in your theme to accomplish this. The following code snippet should remove the Facebook link:
#footer-links a[href$="facebook.com/instructure"] {display: none;}
I would advise against removing the entire footer, as the Canvas acceptable use policy link lives there and could be considered very important for users.
Hope this helps!
-Chris