[ARCHIVED] Is there a way to remove "View Privacy Policy" link from self-enrollment option?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-11-2016
05:43 AM
We are testing out self-enrollment for manually-created courses, but we don't like the "View Privacy Policy" link that displays when users access the join URL. Does anyone know of a way to turn this off? Many thanks, Shane
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2016
10:01 AM
@shane_ohara , here you go:
/*edit "View Privacy Policy" link*/
a.footer-info.external{
display: none;
}
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.