How do I customize the Learner Support (Uh Oh) message?

Modified on Wed, 1 Feb, 2023 at 1:03 PM

The Learner Support Message can be customized to meet an organizations needs. Here are the ways the Learner Support Message can be customized:



To change the text on the Learner Support Message page:

Text can be added/changed to instruct learners where to go for assistance (link to organization help desk, ticketing system, email contact etc), and wording can be changed to reflect any information an organization wishes to give users/learners.


To make changes to the text, log in to CourseArc. In the top menu click "Settings" and then click "Learner Support Message"


Use the WYSIYWG editor on the page to customize the text on the page.



Add the following code to the "Footer Code" area:


<script>
$( document ).ready(function() {
    $('.page-header img').prop('src', 'FILEURL'); 
});
</script>

*Make sure to FILEURL with the URL to the image you would like you use. You can upload the image to the file manager in CourseArc or link to it from another online source.


To remove the "Login" area at the bottom of the Learner Support Message page:

Add the following code to the "Footer Code" area:


<style>
.well.login { display:none; } 
</style>


Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select at least one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article