I want to remove More help link from moodle 3.8 help pop up.

Re: I want to remove More help link from moodle 3.8 help pop up.

by Gebru Gidey -
Number of replies: 0
put this in raw css of both sides it works for me.

a.helplinkpopup{
display:none !important;
}