Is there a way to remove "View Privacy Policy" link from self-enrollment option?

Jump to solution
shane_ohara
Community Champion

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

image001.png

Labels (1)
1 Solution
canvas_admin
Community Champion

 @shane_ohara ​, here you go:

/*edit "View Privacy Policy" link*/

a.footer-info.external{

     display: none;

}

View solution in original post