diff --git a/scss/post.scss b/scss/post.scss
index 5c19d47bcb0ca1067eaadeef2b3d9d85c8419148..80c1b3c2108e96ad2e300935f75965fb06cc7f1b 100644
--- a/scss/post.scss
+++ b/scss/post.scss
@@ -1044,6 +1044,12 @@ body.scrolled #goto-top-link {
 
 @if variable-exists(helptextmodal) {
     @if $helptextmodal == 'yes' {
+
+        th .boost-campus-modal-help-dialog .modal-body {
+            text-align: left;
+            font-weight: $font-weight-base;
+        }
+
         .modal {
             /* Set font-size to normal size as the modals inherit the font size from the element they are placed in.
              * This is not intended and so we force the font size to be the normal size. */
diff --git a/templates/help_icon.mustache b/templates/help_icon.mustache
index 764ce10041dd02e66f702d2c2fe10a47c6b5489e..650809c0cd7c447c606bbc5a6b3a0534debb9c0f 100644
--- a/templates/help_icon.mustache
+++ b/templates/help_icon.mustache
@@ -28,7 +28,7 @@
     {{#pix}}help, core, {{{alt}}}{{/pix}}
 </a>
 
-<div class="modal moodle-has-zindex" {{#linkid}}id="{{linkid}}-modal-dialogue"{{/linkid}} data-region="modal-container" aria-hidden="true" role="dialog">
+<div class="modal moodle-has-zindex boost-campus-modal-help-dialog" {{#linkid}}id="{{linkid}}-modal-dialogue"{{/linkid}} data-region="modal-container" aria-hidden="true" role="dialog">
     <div class="modal-dialog {{$classes}}{{/classes}}" role="document" data-region="modal" aria-labelledby="{{uniqid}}-modal-title" tabindex="0">
         <div class="modal-content">
             <div class="modal-header {{$headerclasses}}{{headerclasses}}{{/headerclasses}}" data-region="header">