Top 3 Best Moodle 5 Themes to Future-Proof Your Moodle LMS

If you’re building or upgrading your Moodle LMS, choosing the right theme is a game-changer. A modern, Moodle 5-ready theme not only makes your site look more professional but also ensures full compatibility with the latest features and performance enhancements in Moodle 5.

In this post, we’re sharing three of the best Moodle 5 premium themes – all designed to help you create a sleek, responsive, and user-friendly LMS. Whether you’re running a university learning portal, a corporate training platform, or a government e-learning site, these themes come with everything you need: ready-made homepage layouts, course landing pages (standard or Udemy-style), and customizable static pages like About, Contact, and FAQs.

Let’s dive into the top 3 themes to help you future-proof your Moodle site.

1. Lumo – Built for Moodle 5 from the Ground Up

Perfect for: Universities, Government, Corporate Training Portals

lumo-moodle-blog-post-thumb


Lumo Theme Main Demo Theme Details


Lumo is our latest premium Moodle theme, developed specifically for Moodle 5 using the modern Bootstrap 5 framework. Inspired by platforms like Coursera, edX, and Udemy, it delivers a clean and professional interface that enhances user engagement.

Whether you’re setting up a new LMS or refreshing an existing one, Lumo makes it easy to create a high-quality, future-ready site—no coding required.

✨ Key Features:
  • Fully compatible with Moodle 5 and built on Bootstrap 5
  • Clean, modern design inspired by top e-learning platforms
  • Includes 4 pre-built color schemes and supports custom branding colors
  • Flexible homepage layout – reorder sections and choose layout/background styles
  • Two login page designs to match your brand style
  • Fully responsive and mobile-optimized
  • Easy-to-use admin settings – no technical skills needed

⭐️ Explore Lumo’s full features and settings in our detailed blog post

Lumo is ideal for any institution or organization looking to offer a professional online learning experience.

2. Edutor – Our Best-Selling Business and Education Theme

Perfect for: Corporate Training, Higher Education

Moodle-Theme-Edutor-For-Corporate-Training-And-Univerities-Learning


Edutor Theme Demo Theme Details


Edutor Edutor is our best-selling Moodle theme and a proven favorite among site owners. It blends a stylish design with robust features, making it perfect for both educational institutions and corporate training programs. Built on Moodle’s Boost theme, Edutor offers long-term stability and seamless updates.

Whether you’re launching a training platform or upgrading an existing LMS, Edutor helps you get up and running fast with a look that reflects your brand.

✨ Key Features:
  • Compatible with Moodle 5 and Moodle 4
  • Built on the core Boost theme for compatibility and future-proofing
  • Clean, intuitive interface with user-focused navigation
  • Includes 6 professionally designed color schemes
  • Customization options for colors, fonts, and layouts – no coding needed
  • Fully responsive across desktop, tablet, and mobile
  • Quick and simple setup process

⭐️ See a full breakdown of Edutor’s features and customization options

If you’re looking for a theme that balances professionalism, usability, and flexibility, Edutor is a solid choice.

3. Maker – Flexible Design Meets Powerful Customization

Perfect for: Higher Education, Training Sites, Business LMS

Premium-Moodle-Theme-Maker-For-Higher-Education-Businesses-Government


Maker Theme Demo Theme Details


Maker is a popular premium Moodle theme built for flexibility and style. It’s fully compatible with Moodle 5 and Moodle 4, and designed to support a wide range of use cases – from universities to private training academies to business LMS platforms.

With its modern look and built-in customization tools, Maker gives you the control you need to build a branded learning platform without writing a single line of code.

✨ Key Features:
  • Compatible with Moodle 5 and Moodle 4
  • Clean, modern UI with polished visual elements
  • Includes 6 color presets to jump-start your design
  • Intuitive settings panel for layout and branding customization
  • Fully responsive – looks great on all devices
  • Built on the Boost theme for reliable performance and compatibility

⭐️ Learn more about Maker’s complete feature set and settings here

Maker is ideal for anyone who wants a highly customizable Moodle theme that works out of the box and scales with your needs.

Final Thoughts

Upgrading to Moodle 5 is a smart move but only if your theme is ready to keep up. Choosing a modern, premium Moodle 5 theme like Lumo, Edutor, or Maker ensures your LMS looks sharp, works smoothly, and provides the kind of user experience today’s learners expect.

To give you peace of mind, all of our featured themes come with a 30-day 100% money-back guarantee. You’ll have time to try the theme and make sure it’s the right fit for your organization — and if it’s not, just send us an email within 30 days for a full refund, no questions asked.

Lumo Moodle Theme Guide: How to Add a Custom Footer Menu Using Footer Blocks

Looking to customize the footer area of your Moodle site? If you’re using the Lumo Moodle Theme, you’re in luck. Lumo is a modern, premium Moodle 5 theme built on Boost, and it gives you an easy way to create custom footer menus using its built-in Footer Content Blocks.

In this quick step-by-step guide, we’ll show you how to set up footer menus that help users navigate your site more easily and give your Moodle site a more polished, professional look.

Whether you’re running a university site or a training platform for your company, this is a simple way to improve the user experience while keeping your site clean and well-organized.

Step 1: Open Lumo’s Footer Settings

Log into your Moodle site as an administrator and go to:
Site administration > Appearance > Themes > Lumo > Footer Area

This is where you’ll find the settings to add and manage content in the footer section of your site.

lumo-moodle-theme-footer-area-settings-overview

Step 2: Add HTML to Footer Content Blocks

Scroll down to the Footer Content Blocks section. Lumo supports up to four separate content blocks that are displayed side by side in the footer. These are perfect for adding footer menus.

To enter HTML code into a content block, click the “View” button in the TinyMCE text editor, then select “<> Source Code” from the dropdown menu. This will open the HTML code view, allowing you to paste or edit HTML directly.

Selecting the “Source Code” Option

lumo-moodle-theme-footer-content-blocks-2


HTML Code Editor Window

lumo-moodle-theme-footer-content-blocks-3


Text Editor View


HTML Code Snippets for Footer Menus

Below are example HTML snippets you can use to create simple footer menus. Make sure to update the menu titles and links (“#”) to match your site’s content.

Footer Content Block 1 (Example: About)
<h4 class="footer-block-title">About</h4>
<ul class="footer-links list-unstyled">
  <li class="link-item"><a href="#">Our Story</a></li>
  <li class="link-item"><a href="#">Our Mission</a></li>
  <li class="link-item"><a href="#">Meet the Team</a></li>
  <li class="link-item"><a href="#">Careers</a></li>
  <li class="link-item"><a href="#">News & Media</a></li>
</ul>

Footer Content Block 2 (Example: Categories)

<h4 class="footer-block-title">Categories</h4>
<ul class="footer-links list-unstyled">
  <li class="link-item"><a href="#">Business</a></li>
  <li class="link-item"><a href="#">Technology</a></li>
  <li class="link-item"><a href="#">Design & Creativity</a></li>
  <li class="link-item"><a href="#">Health & Wellness</a></li>
  <li class="link-item"><a href="#">Language Learning</a></li>
</ul>
Footer Content Block 3 (Example: Support)
<h4 class="footer-block-title">Support</h4>
<ul class="footer-links list-unstyled">
  <li class="link-item"><a href="#">Help Center</a></li>
  <li class="link-item"><a href="#">FAQs</a></li>
  <li class="link-item"><a href="#">Contact Us</a></li>
  <li class="link-item"><a href="#">Report a Problem</a></li>
  <li class="link-item"><a href="#">Accessibility</a></li>
</ul>
Footer Content Block 4 (Example: Community)
<h4 class="footer-block-title">Community</h4>
<ul class="footer-links list-unstyled">
  <li class="link-item"><a href="#">Learner Stories</a></li>
  <li class="link-item"><a href="#">Events & Webinars</a></li>
  <li class="link-item"><a href="#">Forums</a></li>
  <li class="link-item"><a href="#">Newsletter</a></li>
  <li class="link-item"><a href="#">Become an Instructor</a></li>
</ul>

After you’ve added your menus to the relevant blocks, save the settings. Your custom footer menus will now appear live at the bottom of your Moodle site.

Footer Menu Displayed on the Page

Bonus: Add Extra Info with the Footer Widget Area

If you want to include other types of information in your footer, such as a short description, contact details, or a newsletter signup, you can use the Footer Widget Area. This section sits below the four footer content blocks and allows you to add a title and custom HTML content for extra flexibility.

lumo-moodle-theme-footer-widget-area-design

Customize the Footer Background Color Mode

Lumo also gives you control over your footer’s background color to better match your site’s branding or design style. You can choose from three built-in background modes:

  • Primary mode – Uses your theme’s primary brand color
  • Dark mode (default) – A sleek dark background, ideal for modern or high-contrast designs
  • Light mode – A clean and minimal light background, perfect for a fresh, open look

You can select your preferred background mode in the same Footer Area settings page in the Lumo theme options.

Footer Background Mode Settings

lumo-moodle-theme-footer-background-color-settings


Footer Background Mode Examples

Lumo-Moodle-Theme-Guide--How-to-Add-a-Custom-Footer-Menu-Using-Footer-Blocks-Thumb

Explore More Features of the Lumo Theme

Lumo isn’t just about looks – it’s packed with practical customization features to help you create a powerful and user-friendly learning platform. From flexible homepage layouts to branding options and footer menus, Lumo makes Moodle look modern and work smarter.

Want to see what else Lumo can do? Check out the full feature list here:
Lumo – A Modern, Premium Moodle 5 Theme Based on Boost (Top Features & Customization Options)

Lumo – A Modern, Premium Moodle 5 Theme Based on Boost (Top Features & Customization Options)

Best Moodle 5 Theme Lumo

If you’re looking for a clean, modern, and highly customizable Moodle 5 theme, Lumo has you covered. Built on Moodle’s latest Boost theme, Lumo combines premium design with powerful layout flexibility – perfect for business, government training platforms, higher education, and everything in between..

With a user-friendly admin interface, Lumo makes it easy to tailor your Moodle site without touching any code. From color schemes and fonts to hero slideshow and category showcases, you have full control over how your site looks and feels. Whether you’re promoting online courses, showcasing testimonials, or introducing your teaching team, Lumo offers all the essential tools to build a compelling learning platform that stands out.

Lumo Theme Main Demo Lumo Theme Details

All theme settings are accessible from:
Site administration > Appearance > Themes > Lumo


Page Index


General Settings

Define your site’s visual identity with the General Settings page. Choose from four professionally designed color schemes or set your own brand colors. You can also select Google Fonts for headings and body text to match your brand tone.

Four Color Schemes
moodle-theme-lumo-for-online-learning

Blue

moodle-theme-lumo-for-businesses

Teal

moodle-theme-lumo-for-governments

Indigo

moodle-theme-lumo-for-universities

Burgundy

Header Area Settings

Customize your site’s header with a logo, a prominent alert banner (site-wide or homepage only), and up to six custom links that appear at the very top of the page. These features ensure your most important announcements and links are always visible.

moodle-lumo-theme-alert-and-header-links

Design a polished footer with customizable background modes (Primary, Light, or Dark), up to four content blocks for menus or info, an additional widget area for custom HTML or text, footer branding elements such as a logo image and copyright info, and the option to display social media links. Perfect for adding navigation, contact details, or brand presence.


Footer Background: Theme Dark Color

Moodle-5-Theme-Lumo-Footer-Dark


Footer Background: Theme Light Color

Moodle-5-Theme-Lumo-Footer-Light-Color


Footer Background: Theme Primary Color

Moodle-5-Theme-Lumo-Footer-Primary-Color


Home Hero Section Settings

Your homepage’s Hero section is the first thing your users will see and Lumo gives you all the tools to make a stunning first impression. Whether you’re promoting a flagship course, running a seasonal campaign, or setting the tone for your platform, this section is designed to be flexible, eye-catching, and conversion-friendly.

You can choose from three background modes – Primary, Light, or Dark. Add visual depth with one of the built-in SVG background patterns: Parallelogram (A), Circles (B), or Geometric Shapes (C), and customize the pattern color to match your brand.

Background Pattern: A (Includes All Elements)

lumo-hero-section


Background Pattern: B (Without Search Box)

moodle-theme-lumo-hero-2


Background Pattern: C (Without Video Link or Search Box)

moodle-theme-lumo-hero-3


The Hero section supports up to six slides each with:

  • Headline and caption
  • Video link
  • Primary and secondary CTA buttons
  • Optional course search box

Uploaded slide images are cropped to circles by default, as shown on the theme demo. This modern layout is perfect for profile photos, icons, or visual highlights. If preferred, image cropping can be turned off to display full rectangular images instead. Whether you use one image or a full slideshow, the Hero section helps you create a high-impact introduction to your Moodle site.

Home Logos Section Settings

Showcase your partners, sponsors, or affiliations with up to 12 logos. Each logo can have an optional link. Perfect for building trust and credibility.

moodle-theme-lumo-logos-section

Set the tone for your featured course content. Choose from three background modes and two layout styles. Customize section titles, intros, and label colors to highlight key offerings.


Layout A (One Column): displays up to four pane blocks at once.

moodle-lumo-theme-featured-section


Layout B (Two Columns): displays up to two pane blocks at once.

moodle-lumo-theme-featured-section-2


Each pane can be customized with a tab name, heading, intro, and CTA. Include up to 10 blocks per pane, each with a title, image, content, link, label, price, and footer label – perfect for showcasing courses or programs.

moodle-theme-lumo-featured-section-blocks

Home Promo Section Settings

Feature up to six items with title, content, CTA button, logo, image, and video link. Great for promotional content or case studies.

moodle-theme-lumo-promo-section

Home Categories Section Settings

Display featured course categories or subjects with two design styles and three background modes. Add up to 20 category items, each with a title, image, content, and link.



Style 1: Images on the Left

moodle-theme-lumo-categories-section



Style 2: Images Above Text

moodle-theme-lumo-categories-section-2



Home CTA & Highlights Section Settings

Encourage user engagement with a customizable title, content, and CTA. Add up to four data boxes for key metrics and six benefit items, each with an icon or image, title, and link.

moodle-theme-lumo-cta-section

Home FAQ Section Settings

Add a helpful FAQ with up to 10 Q&As. Customize the background mode, title, intro, and include a CTA button to guide learners further.

moodle-theme-lumo-faq-section

Home Teachers Section Settings

Introduce your team with two design styles* and up to 20 teacher profiles. Each includes a profile image, name, title, and bio in a modal popup.



Style 1 – Showcase Featured Members

moodle-theme-lumo-teachers-section



Style 2 – List Multiple Team Members

moodle-theme-lumo-teachers-section-4



Styles 1 & 2 – Show Teacher Bio in a Modal Window

moodle-theme-lumo-teachers-section-3

Home Testimonials Section Settings

Boost credibility with up to 12 testimonials. Enable optional 5-star ratings and include profile image, quote, and source info. Customize the background and include a CTA.

moodle-theme-lumo-reviews-section

Home Lead Section Settings

End the homepage with a strong CTA. Add a title, content, button, and optional image for maximum impact.

moodle-theme-lumo-lead-section

Home Section Order Settings

Rearrange your homepage sections by entering a comma-separated list of section keys. This feature gives you full control over content flow and user experience.

Moodle-5-Theme-Lumo-Settings-Section-Order-Settings-2

Course Settings

Choose your course list layout (Cards, List, or Masonry), upload a default course image, and enable a customizable course header image.

Social Media Settings

Add modern social media links including TikTok, LinkedIn, X (Twitter), YouTube, and more. Include up to three custom icons as well.

Login Page Settings

Select from two design styles (single- or two-column), upload a custom logo, and add a background image for a branded login experience.

moodle-theme-lumo-login-page-1

moodle-theme-lumo-login-page-2

Advanced Settings

For power users: Add custom SCSS/CSS, integrate Google Analytics, and configure iOS home screen icons to elevate the user experience.

Ready to give your Moodle site a professional, polished, and user-friendly design? Lumo is the theme that makes it easy.

How to Create an Effective Course Landing Page in Moodle 5.x & 4.x (Free HTML Templates Included)

Want to add a dedicated course landing page to promote your Moodle course? In this post we will show you how to do so using Moodle’s Static Pages plugin. You can download the course landing page template to try on your site as well.

We’ve also added this landing page style to the latest versions of our premium Moodle themes – Lumo, Edutor and Maker. Check out the demo landing pages below to see how it looks in action!

Lumo

moodle-theme-lumo-course-landing-page-standard-style

Edutor

edutor-moodle-course-landing-page-screenshot

Maker

maker-moodle-course-landing-page-screenshot
Note:
If you’re using a Boost-based Moodle theme you can style the landing page via Custom CSS.

Step 1

Download the landing page HTML template file. Open the file using a HTML editor to edit the template content to suit your needs.

⚠️ Important: The HTML templates are different for Moodle 4.x and Moodle 5.x sites. Moodle 4.x uses Bootstrap 4, while Moodle 5.x uses Bootstrap 5. Be sure to download the correct version for your Moodle setup.

Our template contains all of the essential sections for a winning online course landing page. All the sections are structured in a modular way so you can easily rearrange the order of the sections or remove certain sections.

Template Section Structure:

Course Hero Section

You can use this section to give your audience a quick introduction of your course.

Note:
Any image you want to use in the HTML file needs to be uploaded to your server first so you can have the image URL.

moodle-theme-course-landing-page-hero-section

    <div class="course-hero-section section theme-dark-bg mb-5">
	    <div class="row">
		    <div class="col-12 col-lg-6">
			    <div class="course-badge badge badge-success mb-2">Popular Course</div>
			    <h1 class="section-title mb-3">Course Name Lorem Ipsum Dolor Sit Amet</h1>
			    <div class="course-summary mb-3">Are you ready to take your skills to the next level? Join our transformative course and embark on a journey of personal and professional growth like never before.</div>
			    
			    <div class="cta-holder mb-4"><a class="btn theme-btn-secondary" href="#">Start Learning Now</a></div>
			    <div class="meta">
				    <ul class="meta-list list-unstyled list-inline">
					    <li class="list-inline-item mb-3"><span class="badge">Intermediate</span></li>
					    <li class="list-inline-item mb-3"><span class="badge">8+ Hours</span></li>
					    <li class="list-inline-item mb-3"><span class="badge">50+ Videos</span></li>
					    <li class="list-inline-item mb-3"><span class="badge">2000+ Learners</span></li>
				    </ul><!--//meta-list-->
			    </div><!--//meta-->
		    </div><!--//col-->
		    
		    <div class="col-12 col-lg-6">
			    <img class="course-summary-image img-fluid rounded" src="https://3rdwavemedia.com/demo-images/courses/course-1.jpg" alt="image">
		    </div><!--//col-->
	    </div><!--//row-->
    </div><!--//course-hero-section-->	
Tip for Edutor and Maker theme:
If you want to have a white background instead of the dark-colored background for this section, you just need to remove the theme-dark-bg class from the section code.
moodle-theme-course-landing-page-hero-section-white

Course Overview Section

You can give your audience an overview of what one can expect to learn in your course. If you have a course promo video on a platform such as Youtube you can embed the video in this section too.

moodle-theme-course-landing-page-overview-section

    <div class="course-overview-section section bg-white mb-5">
	    <div class="container">
		    <h2 class="section-title text-center mb-4">What You'll Learn</h2>
		    <div class="text-center pt-2">
				<ul class="theme-column-list list-unstyled mx-auto d-inline-block">
				    <li><i class="icon fa fa-check mr-2"></i>Lorem ipsum dolor sit amet</li>
				    <li><i class="icon fa fa-check mr-2"></i>Etiam nec ligula bibendum faucibus elit sed</li>
				    <li><i class="icon fa fa-check mr-2"></i>Donec id nunc ac felis convallis vestibulum sit amet id erat</li>
				    <li><i class="icon fa fa-check mr-2"></i>Suspendisse rutrum est arcu vitae semper libero</li>
				    <li><i class="icon fa fa-check mr-2"></i>Donec id nunc ac felis convallis vestibulum sit amet id erat</li>
				    <li><i class="icon fa fa-check mr-2"></i>Curabitur feugiat scelerisque quam</li>
				    <li><i class="icon fa fa-check mr-2"></i>Cras pulvinar velit id lectus semper</li>
				    <li><i class="icon fa fa-check mr-2"></i>Etiam convallis vulputate arcu sollicitudin blandit</li>
				</ul>
            </div><!--//text-center-->
            
            <div class="cta-holder mb-4 text-center"><a class="btn btn-primary theme-btn-cta theme-btn-primary" href="#">Join Now</a></div>
            
            <div class="course-video-container text-center mx-auto my-5">
			    <div class="embed-responsive embed-responsive-16by9">
				   <iframe class="embed-responsive-item"  width="560" height="315" src="https://www.youtube.com/embed/XH3QQAV-04g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
				</div>
			</div><!--//video-container-->
	    </div><!--//container-->
    </div><!--//course-overview-section-->

Course Content Section

This section is great to give an overview of your course content structure.

moodle-theme-course-landing-page-course-content-section

    <div class="course-content-section section bg-white mb-5">
	    <div class="container">
		    <h2 class="section-title text-center mb-4">Course Content</h2>
		    <div class="section-intro mb-4">Course content intro goes here. You can give a preview of your course content using this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </div>
		    <div class="accordion-wrapper">
		        <div class="accordion module-accordion" id="module-accordion">
				<div class="module-item card">
				    <div class="module-header card-header" id="module-heading-1">
				        <h4 class="module-title mb-0">
					        <a class="card-toggle module-toggle" href="#module-1" data-toggle="collapse" data-target="#module-1" aria-expanded="false" aria-controls="module-1">
						        <i class="icon fa fa-plus"></i>
						        <i class="icon fa fa-minus"></i>
					            Module 1 - Course Introduction
					        </a>
				        </h4>
				    </div><!--//card-header-->
				
					<div id="module-1" class="module-content collapse" aria-labelledby="module-heading-1" >
						<div class="card-body p-0">
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">1.1 Module Intro</div>
								    <div class="col-3 text-right extra-info">18 mins</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">1.2 Module Lorem Ipsum</div>
								    <div class="col-3 text-right extra-info">5 Videos</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">1.3 Module Suscipit Arcu</div>
								    <div class="col-3 text-right extra-info">7 Downloads</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">1.4 Module Suspendisse Porttitor</div>
								    <div class="col-3 text-right extra-info">3 Exercises</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">1.5 Module Related Resources</div>
								    <div class="col-3 text-right extra-info">Resources</div>
							    </div>
						    </div><!--//module-sub-item--> 
						</div><!--//card-body-->
					</div><!--//module-content-->
				</div><!--//module-item-->
				
				<div class="module-item card">
				    <div class="module-header card-header" id="module-heading-2">
				        <h4 class="module-title mb-0">
					        <a class="card-toggle module-toggle" href="#module-2" data-toggle="collapse" data-target="#module-2" aria-expanded="false" aria-controls="module-2">
						       <i class="icon fa fa-plus"></i>
						        <i class="icon fa fa-minus"></i>
					            Module 2 - Phasellus commodo consectetur eros
					        </a>
				        </h4>
				    </div><!--//card-header-->
				
					<div id="module-2" class="module-content collapse" aria-labelledby="module-heading-2" >
						<div class="card-body p-0">
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">2.1 Module Intro Video</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">2.2 Module Lorem Ipsum</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">2.3 Module Suscipit Arcu</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->								    
						</div><!--//card-body-->
					</div><!--//module-content-->
				</div><!--//module-item-->
				
				<div class="module-item card">
				    <div class="module-header card-header" id="module-heading-3">
				        <h4 class="module-title mb-0">
					        <a class="card-toggle module-toggle" href="#module-3" data-toggle="collapse" data-target="#module-3" aria-expanded="false" aria-controls="module-3">
						        <i class="icon fa fa-plus"></i>
						        <i class="icon fa fa-minus"></i>
					            Module 3 - Nullam sed orci vel tortor 
					        </a>
				        </h4>
				    </div><!--//card-header-->
				
					<div id="module-3" class="module-content collapse" aria-labelledby="module-heading-3" >
						<div class="card-body p-0">
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">3.1 Module Intro Video</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">3.2 Module Lorem Ipsum</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">3.3 Module Suscipit Arcu</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item--> 
						</div><!--//card-body-->
					</div><!--//module-content-->
				</div><!--//module-item-->
				
				<div class="module-item card">
				    <div class="module-header card-header" id="module-heading-4">
				        <h4 class="module-title mb-0">
					        <a class="card-toggle module-toggle" href="#module-4" data-toggle="collapse" data-target="#module-4" aria-expanded="false" aria-controls="module-4">
						        <i class="icon fa fa-plus"></i>
						        <i class="icon fa fa-minus"></i>
					            Module 4 - Integer nec ullamcorper orci 
					        </a>
				        </h4>
				    </div><!--//card-header-->
				
					<div id="module-4" class="module-content collapse" aria-labelledby="module-heading-4" >
						<div class="card-body p-0">
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">4.1 Module Intro Video</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">4.2 Module Lorem Ipsum</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">4.3 Module Suscipit Arcu</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						</div><!--//card-body-->
					</div><!--//module-content-->
				</div><!--//module-item-->
				
				<div class="module-item card">
				    <div class="module-header card-header" id="module-heading-5">
				        <h4 class="module-title mb-0">
					        <a class="card-toggle module-toggle" href="#module-5" data-toggle="collapse" data-target="#module-5" aria-expanded="false" aria-controls="module-5">
						        <i class="icon fa fa-plus"></i>
						        <i class="icon fa fa-minus"></i>
					            Module 5 - Pellentesque id nulla quis urna 
					        </a>
				        </h4>
				    </div><!--//card-header-->
				
					<div id="module-5" class="module-content collapse" aria-labelledby="module-heading-5" >
						<div class="card-body p-0">
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">5.1 Module Intro Video</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
							    <div class="col-9">5.2 Module Lorem Ipsum</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">5.3 Module Suscipit Arcu</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						</div><!--//card-body-->
					</div><!--//module-content-->
				</div><!--//module-item-->
				
				<div class="module-item card">
				    <div class="module-header card-header" id="module-heading-6">
				        <h4 class="module-title mb-0">
					        <a class="card-toggle module-toggle" href="#module-6" data-toggle="collapse" data-target="#module-6" aria-expanded="false" aria-controls="module-6">
						        <i class="icon fa fa-plus"></i>
						        <i class="icon fa fa-minus"></i>
					            Module 6 - Aliquam turpis nibh eget 
					        </a>
				        </h4>
				    </div><!--//card-header-->
				
					<div id="module-6" class="module-content collapse" aria-labelledby="module-heading-6" >
						<div class="card-body p-0">
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">6.1 Module Intro Video</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
							    <div class="col-9">6.2 Module Lorem Ipsum</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						    <div class="module-sub-item p-3">
							    <div class="row justify-content-between">
								    <div class="col-9">6.3 Module Suscipit Arcu</div>
								    <div class="col-3 text-right extra-info">Extra info</div>
							    </div>
						    </div><!--//module-sub-item-->
						</div><!--//card-body-->
					</div><!--//module-content-->
				</div><!--//module-item-->		
			</div><!--//module-accordion-->
		    </div><!--//accordion-wrapper-->		   
	    </div><!--//container-->
    </div><!--//course-content-->

Course Reviews Section

You can showcase positive course reviews to provide social proof to prospective learners.

moodle-theme-course-landing-page-review-section

<div class="course-reviews-section section">
        <div class="container p-0">
	        <h3 class="section-title mb-5 text-center">Course Learner Reviews</h3>
	        
	        <div class="row justify-content-center">
		        <div class="col-12 col-md-6 col-lg-4 mb-4">
			        <div class="review-item bg-white p-4">
						
						<div class="source mb-3">
							<div class="row align-items-center">
								<div class="col-3 col-lg-4">
									<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-1.png" alt=""></div>
								</div><!--col-->
								
								<div class="col-9 col-lg-8 pl-0">
									<div class="name">Adam Doe</div>
									<div class="rating">
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
									</div>
								</div><!--//col-->
							</div><!--//row-->
						</div><!--//source-->
						<blockquote class="quote">
							<p>Great course lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
						</blockquote><!--//quote-->
					</div><!--//item-->
		        </div><!--//col-->
		        
		        <div class="col-12 col-md-6 col-lg-4 mb-4">
			        <div class="review-item bg-white p-4">
						<div class="source mb-3">
							<div class="row align-items-center">
								<div class="col-3 col-lg-4">
									<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-2.png" alt=""></div>
								</div><!--col-->
								<div class="col-9 col-lg-8 pl-0">
									<div class="name">Emily Sanders</div>
									<div class="rating">
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
									</div>
								</div><!--//col-->
							</div><!--//row-->
						</div><!--//source-->
						<blockquote class="quote">
							<p>Highly recommend lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi porttitor id velit in ullamcorper nam eu elit nec nunc. </p>
						</blockquote><!--//quote-->
					</div><!--//item-->
		        </div><!--//col-->
 
		        <div class="col-12 col-md-6 col-lg-4 mb-4">
			        <div class="review-item bg-white p-4">
						
						<div class="source mb-3">
							<div class="row align-items-center">
								<div class="col-3 col-lg-4">
									<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-3.png" alt=""></div>
								</div><!--col-->
								
								<div class="col-9 col-lg-8 pl-0">
									<div class="name">Luke Smith</div>
									<div class="rating">
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star-o"></i>
									</div>
								</div><!--//col-->
							</div><!--//row-->
						</div><!--//source-->
						<blockquote class="quote">
							<p>I've learnt so much lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quam magna, vulputate at sem id, gravida laoreet risus.</p>
						</blockquote><!--//quote-->
					</div><!--//item-->
		        </div><!--//col-->

		        <div class="col-12 col-md-6 col-lg-4 mb-4">
			        <div class="review-item bg-white p-4">
						
						<div class="source mb-3">
							<div class="row align-items-center">
								<div class="col-3 col-lg-4">
									<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-4.png" alt=""></div>
								</div><!--col-->
								
								<div class="col-9 col-lg-8 pl-0">
									<div class="name">Luke Smith</div>
									<div class="rating">
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star-half-o"></i>
									</div>
								</div><!--//col-->
							</div><!--//row-->
						</div><!--//source-->
						<blockquote class="quote">
							<p>Great course lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
						</blockquote><!--//quote-->
					</div><!--//item-->
		        </div><!--//col-->

		        <div class="col-12 col-md-6 col-lg-4 mb-4">
			        <div class="review-item bg-white p-4">
						
						<div class="source mb-3">
							<div class="row align-items-center">
								<div class="col-3 col-lg-4">
									<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-5.png" alt=""></div>
								</div><!--col-->
								
								<div class="col-9 col-lg-8 pl-0">
									<div class="name">Lisa Evans</div>
									<div class="rating">
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
									</div>
								</div><!--//col-->
							</div><!--//row-->
						</div><!--//source-->
						<blockquote class="quote">
							<p>This course completely exceeded my expectations! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
						</blockquote><!--//quote-->
					</div><!--//item-->
		        </div><!--//col-->
		        
		        <div class="col-12 col-md-6 col-lg-4 mb-4">
			        <div class="review-item bg-white p-4">
						<div class="source mb-3">
							<div class="row align-items-center">
								<div class="col-3 col-lg-4">
									<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-6.png" alt=""></div>
								</div><!--col-->
								
								<div class="col-9 col-lg-8 pl-0">
									<div class="name">Emma Sanders</div>
									<div class="rating">
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
										<i class="icon fa fa-star"></i>
									</div>
								</div><!--//col-->
							</div><!--//row-->
						</div><!--//source-->
						<blockquote class="quote">
							<p>The instructor was knowledgeable and responsive lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
						</blockquote><!--//quote-->
					</div><!--//item-->
		        </div><!--//col-->
	        </div><!--//row-->
        </div><!--//container-->
    </div><!--//course-reviews-section-->

Course Pricing Section

If learners need to pay for the course before joining you can use this section to list your pricing structure.

moodle-theme-course-landing-page-pricing-section

    <div class="course-pricing-section section py-5">
        <div class="container">
	        <h3 class="section-title text-center mb-5">Join This Course</h3>
            <div class="pricing-plan">
	            <div class="row justify-content-center">
		            <div class="col-lg-4 col-12  mb-4">
			            <div class="plan-item">
				            <div class="plan-header">
					            <h4 class="plan-heading p-3 theme-bg-primary text-center">FREE</h4>
				            </div><!--//plan-header-->
				            
				            <div class="plan-details p-4">
					            <div class="plan-desc text-center mb-4">
						            <div class="plan-price">$0</div>
						            <div class="plan-price-desc">Limited Access</div>
					            </div>
					            <div class="plan-content px-3">
					                <div class="plan-content-intro">You'll get:</div>
						            <ul class="plan-content-list list-unstyled">
							            <li><i class="icon fa fa-check"></i>Access to basic modules</li>
							            <li><i class="icon fa fa-check"></i>3 bonus resources</li>
						            </ul>
					            </div><!--//plan-content-->
				            </div><!--//plan-content-->
				            <div class="plan-cta text-center px-4">
					            <a class="btn btn-primary theme-btn-primary" href="#" target="_blank">Join Free</a>
					        </div>
			            </div><!--//plan-item-->
		            </div><!--//col-->
		            <div class="col-lg-4 col-12  mb-4">
			            <div class="plan-item">
				            <div class="plan-header">
					            <h4 class="plan-heading p-3 text-center theme-bg-primary">Standard</h4>
				            </div><!--//plan-header-->
				            
				            <div class="plan-details p-4">
					            <div class="plan-desc text-center mb-4">
						            <div class="plan-price">$199</div>
						            <div class="plan-price-desc">Basic Access</div>
					            </div>
					            <div class="plan-content px-3">
					                <div class="plan-content-intro">You'll get:</div>
						            <ul class="plan-content-list list-unstyled">
							            <li><i class="icon fa fa-check"></i>Access to all modules</li>
							            <li><i class="icon fa fa-check"></i>Access to 40+ resources</li>
						            </ul>
					            </div><!--//plan-content-->
				            </div><!--//plan-content-->
				            <div class="plan-cta text-center px-4">
					            <a class="btn btn-primary theme-btn-primary" href="#" target="_blank">Enrol Now</a>
					        </div>
			            </div><!--//plan-item-->
		            </div><!--//col-->
		            <div class="col-lg-4 col-12 mb-4">
			            <div class="plan-item">
				            <div class="plan-header">
					            <h4 class="plan-heading p-3 text-center theme-bg-primary">Advanced</h4>
				            </div><!--//plan-header-->
				            <div class="plan-details p-4">
					            <div class="plan-desc text-center mb-4">
						            <div class="plan-price">$299</div>
						            <div class="plan-price-desc">Unlimited Access</div>
					            </div>
					            <div class="plan-content px-3">
					                <div class="plan-content-intro">You'll get:</div>
						            <ul class="plan-content-list list-unstyled">
							            <li><i class="icon fa fa-check"></i>Access to all modules</li>
							            <li><i class="icon fa fa-check"></i>Access to all 80+ resources</li>
							            <li><i class="icon fa fa-check"></i>Course support</li>
							            <li><i class="icon fa fa-check"></i>Free updates</li>
							            <li><i class="icon fa fa-check"></i>Digital certificate</li>
						            </ul>
					            </div><!--//plan-content-->
				            </div><!--//plan-content-->
				            <div class="plan-cta text-center px-4">
					             <a class="btn btn-primary theme-btn-primary" href="#" target="_blank">Enrol Now</a>
					        </div>
			            </div><!--//plan-item-->
		            </div><!--//col-->
	            </div><!--//row-->
            </div><!--//pricing-plan-->
        </div><!--//container-->
    </div><!--//course-pricing-section-->

Course FAQ Section

You can list your course-specific FAQ in this section. If you want to create a site-wide FAQ page you can find out more here.

moodle-theme-course-landing-page-faq-section

    <div class="course-faq-section section bg-white mb-5">
        <div class="container">
		        <div class="row">
			        <div class="col-12 col-lg-3">
				        <h3 class="section-title text-start mb-4">FAQ</h3>
				        <div class="intro mb-3 pr-lg-3">Can't find the answer you're looking for? Feel free to <a class="theme-link" href="#">get in touch</a>.</div>
			        </div>
			        <div class="col-12 col-lg-9">
				        <div class="faq-items pl-lg-3">
					        <div class="item">
								<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>What lorem ipsum dolor sit amet?</h4>
								<div class="faq-a">
									<p>Sed venenatis porta ante, nec accumsan leo suscipit ac. Praesent ultricies tortor nisi, eu convallis ex lacinia ac. Praesent vel risus eu ligula ullamcorper condimentum eu ac leo. Praesent leo odio <a href="#">link example</a> interdum vitae mi vitae, maximus porta lectus. Maecenas venenatis, felis quis rutrum luctus, tortor turpis maximus lacus, at scelerisque nisl metus nec augue.  </p>
								</div>
							</div><!--//item-->
							<div class="item">
								<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>How to lorem ipsum dolor sit amet?</h4>
								<div class="faq-a">
									<p>Donec tincidunt porttitor dictum. Cras laoreet ipsum vitae massa suscipit, at pretium justo molestie. Duis gravida vitae dui vel posuere. Maecenas pharetra, odio nec interdum efficitur, eros magna bibendum tortor, at pellentesque nunc quam eu diam. </p>
								</div>
							</div><!--//item-->
							<div class="item">
								<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>Does lorem ipsum dolor sit amet?</h4>
								<div class="faq-a">
									<p>Maecenas felis mauris, pharetra at congue sed, semper et orci. Suspendisse maximus viverra tellus vel dictum. Cras lacinia lectus magna, facilisis congue lacus tristique non. </p>
								</div>
							</div><!--//item-->
							<div class="item">
								<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>When do you lorem ipsum dolor sit amet?</h4>
								<div class="faq-a">
									<p>Suspendisse gravida gravida orci ut egestas. In in libero faucibus tortor blandit iaculis a fermentum lectus. Proin dictum lacus id fringilla interdum.  </p>
								</div>
							</div><!--//item-->
							<div class="item">
								<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>Can I lorem ipsum dolor sit amet?</h4>
								<div class="faq-a">
									<p>Nam feugiat quam nec ex consectetur volutpat. Phasellus urna diam, finibus non enim id, placerat facilisis orci. Maecenas tristique orci sit amet sem suscipit, vitae auctor lectus pellentesque. </p>
								</div>
							</div><!--//item-->
							<div class="item">
								<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>Does lorem ipsum dolor sit amet?</h4>
								<div class="faq-a">
									<p>Nam feugiat quam nec ex consectetur volutpat. Phasellus urna diam, finibus non enim id, placerat facilisis orci. Maecenas tristique orci sit amet sem suscipit, vitae auctor lectus pellentesque. </p>
								</div>
							</div><!--//item-->
				        </div><!--//faq-items-->
			        </div><!--//col-->
		        </div><!--//row-->
        </div><!--//container-->
    </div><!--//course-faq-section-->

Course Requirements Section

If your course has prerequisites for learners you can list them in this section.

moodle-theme-course-landing-page-requirements-section

    <div class="course-requirements-section section bg-white mb-5">
	    <div class="container">
		    <h2 class="section-title text-center mb-5">Course Requirements</h2>
		    <div class="section-intro mb-4">
			    <p>To ensure a successful learning experience, please review the following course requirements before enrolling:</p>
		    </div>
		    <ul class="section-list mx-auto text-left">
			    <li><strong>Reliable Internet Connection:</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
			    <li><strong>Updated Web Browser:</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
			    <li><strong>Audio and Video Capability:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
			    <li><strong>Time Commitment:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
			    <li><strong>Required Software:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
			    <li><strong>Language Proficiency:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
		    </ul>
	    </div><!--//container-->
    </div><!--//course-requirements-section-->

Course Tutor Section

You can provide your course tutor or instructor’s bio information in this section.

    <div class="course-tutor-section section bg-white mb-5">
	    <div class="container">
		    <div class="row">
		        <div class="col-12 col-lg-3">
			        <div class="tutor-img-holder mb-5 mb-lg-0 text-center">
				        <img class="tutor-profile img-fluid rounded-circle" src="https://3rdwavemedia.com/demo-images/teachers/tutor-1.png" alt="">
			        </div><!--//tutor-img-holder-->
		        </div><!--//col-->
		        <div class="col-12 col-lg-9">
			        <div class="pl-lg-4">
				        <h3 class="section-title text-center text-lg-left mb-4 ">Course Tutor</h3>
				        <p>Get ready to learn from the best! Meet Sarah, your dedicated course tutor with a passion for teaching and empowering students like you.

With years of experience in [field of expertise], Sarah Doe brings a wealth of knowledge and practical insights to the table. Their expertise and real-world experience will guide you through the course material, ensuring you gain valuable skills and a deep understanding of the subject.</p>
                        
			            <p>Throughout the course, Sarah will be there to support and motivate you every step of the way.</p>	
			             <div class="text-center text-lg-left">
				         <ul class="social-list list-unstyled py-3">
						<li class="list-inline-item"><a href="#"><i class="icon fa-brands fa-linkedin-in"></i></a></li> 
						<li class="list-inline-item"><a href="#"><i class="icon fa-brands fa-x-twitter"></i></a></li>
						<li class="list-inline-item"><a href="#"><i class="icon fa-brands fa-youtube"></i></a></li>
					 </ul><!--//social-list-->	
			            </div>				        
                    </div>
		        </div><!--//col-->
	        </div><!--//row-->
	    </div><!--//container-->
    </div><!--//course-tutor-section-->

Step 2

Download and install Moodle’s Static Pages plugin. Make sure the plugin doesn’t clean your HTML code. You need to change this setting after installing as shown in the figure below.

moodle-static-pages-setting-1

Upload the course landing page HTML file to the plugin’s “Documents” page.

moodle-static-pages-setting-2

You can make multiple course landing pages using this template but the HTML file name must start with course (eg. course-1.html or course-a.html) to have the correct styling applied in our Edutor and Maker theme.

Step 3

After uploading the HTML page, you can get the page URL from the “List of static pages” page.

You can then add the page link to your Moodle site’s custom menu.

Want to add other types of pages to your Moodle site? You can learn more here.

How to Create a Udemy-Style Moodle Course Landing Page: A Step-by-Step Guide (Free HTML Templates Included)

Ever wished your Moodle course landing page looked as polished and engaging as those on Udemy? You’re in the right place! In this guide, we’ll show you exactly how to create a sleek, Udemy-style landing page for your Moodle courses using the Static Pages plugin. Plus, you can download a ready-made course landing page template to try out on your own site.

We’ve also added this landing page style to the latest versions of our premium Moodle themes – Lumo, Edutor and Maker. Check out the demo landing pages below to see how it looks in action!

Lumo

moodle-theme-lumo-course-landing-page-udemy-style

Edutor

moodle-theme-edutor-course-landing-page-udemy-style

Maker

moodle-theme-maker-course-landing-page-udemy-style
Note:
If you’re using a Boost-based Moodle theme you can style the landing page via Custom CSS.

Step 1

Download the landing page HTML template file. Open the file using a HTML editor to edit the template content to suit your needs.

⚠️ Important: The HTML templates are different for Moodle 4.x and Moodle 5.x sites. Moodle 4.x uses Bootstrap 4, while Moodle 5.x uses Bootstrap 5. Be sure to download the correct version for your Moodle setup.

This template includes everything you need for a successful online course landing page. Each section is designed to be modular, so you can easily rearrange them or remove any sections that don’t fit your needs. This flexibility allows you to create a landing page that’s perfectly tailored to your course and audience.

Template Section Structure:

Course Header Area

The Course Header Area is where your course makes its first impression. It features a brief course summary and a sidebar packed with essential course details. This sidebar also includes a call-to-action button, making it easy for potential students to enroll or take the next step.

Note:
Any image you want to use in the HTML file needs to be uploaded to your server first so you can have the image URL.

moodle-course-landing-page-udemy-style-header-area

Course Header Summary

moodle-course-landing-page-udemy-style-header-course-summary

Here is the HTML code snippet for the header summary block:
<div class="header-course-summary">
    <div class="course-badges">
	    <div class="course-badge badge badge-success mb-2">NEW</div>
        <div class="course-badge badge badge-info mb-2">POPULAR</div> 
    </div>
    <h1 class="course-title mb-3">Moodle Course Name Lorem Ipsum Dolor</h1>
    <div class="course-intro mb-3">Are you ready to take your skills to the next level? Join our transformative course and embark on a journey of personal and professional growth like never before.</div>
     <div class="header-meta">
	    <ul class="meta-list list-unstyled list-inline">
		    <li class="list-inline-item mb-3"><span class="badge">Intermediate</span></li>
		    <li class="list-inline-item mb-3"><span class="badge">20+ Modules</span></li>
		    <li class="list-inline-item mb-3"><span class="badge">2000+ Learners</span></li>
	    </ul><!--//meta-list-->
    </div><!--//header-meta-->
    
    <div class="header-tutor-info mb-3">
	    <span class="tutor-img-holder mr-2">
	        <img class="tutor-img img-fluid rounded-circle" src="https://3rdwavemedia.com/demo-images/teachers/tutor-1.png" alt="">
        </span><!--//tutor-img-holder-->
        <div class="tutor-name">
	        Tutor: <a class="tutor-link" href="#course-tutor-section">Sarah Doe</a>
        </div><!--//tutor-name-->
    </div><!--//header-tutor-->
    
    <div class="header-ratings mb-5 mb-lg-0">
	    <span class="rating mr-2">
	        <span class="rating-score mr-2">4.8</span>
			<i class="icon fa-solid fa-star"></i>
			<i class="icon fa-solid fa-star"></i>
			<i class="icon fa-solid fa-star"></i>
			<i class="icon fa-solid fa-star"></i>
			<i class="icon fa-solid fa-star-half-stroke"></i>
		</span>
		
		<span>(<a class="reviews-link" href="#course-reviews-section">view featured reviews</a>)</span>
		
    </div><!--//header-ratings-->
</div><!--//header-course-summary-->

Course Sidebar

moodle-course-landing-page-udemy-style-sidebar

Here is the HTML code snippet for the course sidebar block:
<div class="course-landing-sidebar">
    <div class="course-thumb-holder">
	    <img class="course-thumb img-fluid" src="https://3rdwavemedia.com/demo-images/courses/course-2.jpg" alt="image">
    </div>
	<div class="sidebar-inner">
	    <div class="course-cta text-center mb-5">
            <a class="btn theme-btn-secondary" href="#" target="_blank">Join Now</a>
        </div>
	    <div class="landing-sidebar-meta">
		    <h4 class="meta-heading mb-3">This course includes:</h4>
		    <ul class="meta-list list-unstyled">
			    <li><i class="fa-regular fa-file-video mr-2"></i> 30+ hours video</li>
			    <li><i class="fa-solid fa-cube mr-2"></i> 20+ Modules</li>
			    <li><i class="fa-regular fa-file-lines mr-2"></i> 50+ articles</li>
			    <li><i class="fa-solid fa-download mr-2"></i> 100+ downloadable resources</li>
			    <li><i class="fa-solid fa-infinity mr-2"></i> Lifetime access</li>
			    <li><i class="fa-solid fa-certificate mr-2"></i> Certificate of completion</li>
		    </ul><!--//meta-list-->
	    </div><!--//landing-sidebar-meta-->
    </div><!--//sidebar-inner-->
</div><!--//course-landing-sidebar-->

Course Body Area

You can use this area to hold all of the detailed course information blocks.

Note:
Any image you want to use in the HTML file needs to be uploaded to your server first so you can have the image URL.

Course Overview Section

You can give your audience an overview of what one can expect to learn in your course.

moodle-course-landing-page-udemy-style-body-course-overview

Here is the HTML code snippet for the course overview section:
<div class="course-overview-section section bg-white  p-5 my-5">  		    
    <h2 class="section-title mb-4">What You'll Learn</h2>
    <div class="text-center pt-2">
		<ul class="theme-column-list list-unstyled mx-auto d-inline-block">
		    <li><i class="icon fa-solid fa-check mr-2"></i>Lorem ipsum dolor sit amet</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Etiam nec ligula bibendum faucibus elit sed</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Donec id nunc ac felis convallis vestibulum sit amet id erat</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Suspendisse rutrum est arcu vitae semper libero</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Donec id nunc ac felis convallis vestibulum sit amet id erat</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Curabitur feugiat scelerisque quam</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Cras pulvinar velit id lectus semper</li>
		    <li><i class="icon fa-solid fa-check mr-2"></i>Etiam convallis vulputate arcu sollicitudin blandit</li>
		</ul>
    </div><!--//text-center-->
</div><!--//course-overview-section-->

Course Content Section

This section is great to give an overview of your course content structure.

moodle-course-landing-page-udemy-style-body-course-content

Here is the HTML code snippet for the course content section:
<div class="course-content-section section bg-white p-5 my-5">
	<h2 class="section-title mb-4">Course Content</h2>
	<div class="section-intro mb-4">Course content intro goes here. You can give a preview of your course content using this section. Lorem ipsum dolor sit amet, consectetur adipiscing elit. </div>
	<div class="accordion-wrapper">
	    <div class="accordion module-accordion" id="module-accordion">
			<div class="module-item card">
			    <div class="module-header card-header" id="module-heading-1">
			        <h4 class="module-title mb-0">
				        <a class="card-toggle module-toggle" href="#module-1" data-toggle="collapse" data-target="#module-1" aria-expanded="false" aria-controls="module-1">
					        <i class="icon fa-solid fa-plus"></i>
					        <i class="icon fa-solid fa-minus"></i>
				            Module 1 - Course Introduction
				        </a>
			        </h4>
			    </div><!--//card-header-->
			
				<div id="module-1" class="module-content collapse" aria-labelledby="module-heading-1" >
					<div class="card-body p-0">
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">1.1 Module Intro</div>
							    <div class="col-3 text-right extra-info">18 mins</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">1.2 Module Lorem Ipsum</div>
							    <div class="col-3 text-right extra-info">5 Videos</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">1.3 Module Suscipit Arcu</div>
							    <div class="col-3 text-right extra-info">7 Downloads</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">1.4 Module Suspendisse Porttitor</div>
							    <div class="col-3 text-right extra-info">3 Exercises</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">1.5 Module Related Resources</div>
							    <div class="col-3 text-right extra-info">Resources</div>
						    </div>
					    </div><!--//module-sub-item--> 
					</div><!--//card-body-->
				</div><!--//module-content-->
			</div><!--//module-item-->
			
			<div class="module-item card">
			    <div class="module-header card-header" id="module-heading-2">
			        <h4 class="module-title mb-0">
				        <a class="card-toggle module-toggle" href="#module-2" data-toggle="collapse" data-target="#module-2" aria-expanded="false" aria-controls="module-2">
					       <i class="icon fa-solid fa-plus"></i>
					        <i class="icon fa-solid fa-minus"></i>
				            Module 2 - Phasellus commodo consectetur eros
				        </a>
			        </h4>
			    </div><!--//card-header-->
			
				<div id="module-2" class="module-content collapse" aria-labelledby="module-heading-2" >
					<div class="card-body p-0">
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">2.1 Module Intro Video</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">2.2 Module Lorem Ipsum</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">2.3 Module Suscipit Arcu</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->								    
					</div><!--//card-body-->
				</div><!--//module-content-->
			</div><!--//module-item-->
			
			<div class="module-item card">
			    <div class="module-header card-header" id="module-heading-3">
			        <h4 class="module-title mb-0">
				        <a class="card-toggle module-toggle" href="#module-3" data-toggle="collapse" data-target="#module-3" aria-expanded="false" aria-controls="module-3">
					        <i class="icon fa-solid fa-plus"></i>
					        <i class="icon fa-solid fa-minus"></i>
				            Module 3 - Nullam sed orci vel tortor 
				        </a>
			        </h4>
			    </div><!--//card-header-->
			
				<div id="module-3" class="module-content collapse" aria-labelledby="module-heading-3" >
					<div class="card-body p-0">
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">3.1 Module Intro Video</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">3.2 Module Lorem Ipsum</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">3.3 Module Suscipit Arcu</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item--> 
					</div><!--//card-body-->
				</div><!--//module-content-->
			</div><!--//module-item-->
			
			<div class="module-item card">
			    <div class="module-header card-header" id="module-heading-4">
			        <h4 class="module-title mb-0">
				        <a class="card-toggle module-toggle" href="#module-4" data-toggle="collapse" data-target="#module-4" aria-expanded="false" aria-controls="module-4">
					        <i class="icon fa-solid fa-plus"></i>
					        <i class="icon fa-solid fa-minus"></i>
				            Module 4 - Integer nec ullamcorper orci 
				        </a>
			        </h4>
			    </div><!--//card-header-->
			
				<div id="module-4" class="module-content collapse" aria-labelledby="module-heading-4" >
					<div class="card-body p-0">
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">4.1 Module Intro Video</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">4.2 Module Lorem Ipsum</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">4.3 Module Suscipit Arcu</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					</div><!--//card-body-->
				</div><!--//module-content-->
			</div><!--//module-item-->
			
			<div class="module-item card">
			    <div class="module-header card-header" id="module-heading-5">
			        <h4 class="module-title mb-0">
				        <a class="card-toggle module-toggle" href="#module-5" data-toggle="collapse" data-target="#module-5" aria-expanded="false" aria-controls="module-5">
					        <i class="icon fa-solid fa-plus"></i>
					        <i class="icon fa-solid fa-minus"></i>
				            Module 5 - Pellentesque id nulla quis urna 
				        </a>
			        </h4>
			    </div><!--//card-header-->
			
				<div id="module-5" class="module-content collapse" aria-labelledby="module-heading-5" >
					<div class="card-body p-0">
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">5.1 Module Intro Video</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
						    <div class="col-9">5.2 Module Lorem Ipsum</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">5.3 Module Suscipit Arcu</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					</div><!--//card-body-->
				</div><!--//module-content-->
			</div><!--//module-item-->
			
			<div class="module-item card">
			    <div class="module-header card-header" id="module-heading-6">
			        <h4 class="module-title mb-0">
				        <a class="card-toggle module-toggle" href="#module-6" data-toggle="collapse" data-target="#module-6" aria-expanded="false" aria-controls="module-6">
					        <i class="icon fa-solid fa-plus"></i>
					        <i class="icon fa-solid fa-minus"></i>
				            Module 6 - Aliquam turpis nibh eget 
				        </a>
			        </h4>
			    </div><!--//card-header-->
			
				<div id="module-6" class="module-content collapse" aria-labelledby="module-heading-6" >
					<div class="card-body p-0">
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">6.1 Module Intro Video</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
						    <div class="col-9">6.2 Module Lorem Ipsum</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					    <div class="module-sub-item p-3">
						    <div class="row justify-content-between">
							    <div class="col-9">6.3 Module Suscipit Arcu</div>
							    <div class="col-3 text-right extra-info">Extra info</div>
						    </div>
					    </div><!--//module-sub-item-->
					</div><!--//card-body-->
				</div><!--//module-content-->
			</div><!--//module-item-->		
		</div><!--//module-accordion-->
	</div><!--//accordion-wrapper-->		   
	</div><!--//course-content-->

Course Video Section

If you have a course promo video on a platform such as Youtube you can embed the video in this section.

moodle-course-landing-page-udemy-style-body-course-video

Here is the HTML code snippet for the course video section:
<div class="course-video-section section bg-white  p-5 my-5">
    <h2 class="section-title mb-4">Course Preview Video</h2>
    <div class="course-video-container text-center mx-auto">
	    <div class="embed-responsive embed-responsive-16by9">
		   <iframe class="embed-responsive-item"  width="560" height="315" src="https://www.youtube.com/embed/XH3QQAV-04g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
		</div>
	</div><!--//video-container-->
</div><!--//course-video-section-->

Course Requirements Section

If your course has prerequisites for learners you can list them in this section.

moodle-course-landing-page-udemy-style-body-course-requirements

Here is the HTML code snippet for the course requirements section:
<div class="course-requirements-section section bg-white p-5 my-5">
    <h2 class="section-title mb-3">Course Requirements</h2>
    <div class="section-intro mb-4">
	    <p>To ensure a successful learning experience, please review the following course requirements before enrolling:</p>
    </div>
    <ul class="section-list mx-auto">
	    <li class="mb-2"><strong>Reliable Internet Connection:</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
	    <li class="mb-2"><strong>Updated Web Browser:</strong> Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
	    <li class="mb-2"><strong>Audio and Video Capability:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
	    <li class="mb-2"><strong>Time Commitment:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
	    <li class="mb-2"><strong>Required Software:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
	    <li class="mb-2"><strong>Language Proficiency:</strong>  Lorem ipsum dolor sit amet, consectetur adipiscing elit.</li>
    </ul>
</div><!--//course-requirements-section-->

Course FAQ Section

You can list your course-specific FAQ in this section. If you want to create a site-wide FAQ page you can find out more here.

moodle-course-landing-page-udemy-style-body-course-faq

Here is the HTML code snippet for the course FAQ section:
<div class="course-faq-section section bg-white p-5 my-5">
    <h2 class="section-title text-start mb-4">Frequently Asked Questions </h2>
    <div class="intro mb-3">Can't find the answer you're looking for? Feel free to <a class="theme-link" href="view.php?page=contact-form">get in touch</a>.</div>					       
    <div class="faq-items">
        <div class="item">
			<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>What lorem ipsum dolor sit amet?</h4>
			<div class="faq-a">
				<p>Sed venenatis porta ante, nec accumsan leo suscipit ac. Praesent ultricies tortor nisi, eu convallis ex lacinia ac. Praesent vel risus eu ligula ullamcorper condimentum eu ac leo. Praesent leo odio <a href="#">link example</a> interdum vitae mi vitae, maximus porta lectus. Maecenas venenatis, felis quis rutrum luctus, tortor turpis maximus lacus, at scelerisque nisl metus nec augue.  </p>
			</div>
		</div><!--//item-->
		<div class="item">
			<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>How to lorem ipsum dolor sit amet?</h4>
			<div class="faq-a">
				<p>Donec tincidunt porttitor dictum. Cras laoreet ipsum vitae massa suscipit, at pretium justo molestie. Duis gravida vitae dui vel posuere. Maecenas pharetra, odio nec interdum efficitur, eros magna bibendum tortor, at pellentesque nunc quam eu diam. </p>
			</div>
		</div><!--//item-->
		<div class="item">
			<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>Does lorem ipsum dolor sit amet?</h4>
			<div class="faq-a">
				<p>Maecenas felis mauris, pharetra at congue sed, semper et orci. Suspendisse maximus viverra tellus vel dictum. Cras lacinia lectus magna, facilisis congue lacus tristique non. </p>
			</div>
		</div><!--//item-->
		<div class="item">
			<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>When do you lorem ipsum dolor sit amet?</h4>
			<div class="faq-a">
				<p>Suspendisse gravida gravida orci ut egestas. In in libero faucibus tortor blandit iaculis a fermentum lectus. Proin dictum lacus id fringilla interdum.  </p>
			</div>
		</div><!--//item-->
		<div class="item">
			<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>Can I lorem ipsum dolor sit amet?</h4>
			<div class="faq-a">
				<p>Nam feugiat quam nec ex consectetur volutpat. Phasellus urna diam, finibus non enim id, placerat facilisis orci. Maecenas tristique orci sit amet sem suscipit, vitae auctor lectus pellentesque. </p>
			</div>
		</div><!--//item-->
		<div class="item">
			<h4 class="faq-q mb-2"><i class="icon fa fa-question-circle text-primary"></i>Does lorem ipsum dolor sit amet?</h4>
			<div class="faq-a">
				<p>Nam feugiat quam nec ex consectetur volutpat. Phasellus urna diam, finibus non enim id, placerat facilisis orci. Maecenas tristique orci sit amet sem suscipit, vitae auctor lectus pellentesque. </p>
			</div>
		</div><!--//item-->
    </div><!--//faq-items-->  
</div><!--//course-faq-section-->

Course Tutor Section

You can provide your course tutor or instructor’s bio information in this section.

Here is the HTML code snippet for the course tutor section:
    <div class="course-tutor-section section bg-white mb-5">
	    <div class="container">
		    <div class="row">
		        <div class="col-12 col-lg-3">
			        <div class="tutor-img-holder mb-5 mb-lg-0 text-center">
				        <img class="tutor-profile img-fluid rounded-circle" src="https://3rdwavemedia.com/demo-images/teachers/tutor-1.png" alt="">
			        </div><!--//tutor-img-holder-->
		        </div><!--//col-->
		        <div class="col-12 col-lg-9">
			        <div class="pl-lg-4">
				        <h3 class="section-title text-center text-lg-left mb-4 ">Course Tutor</h3>
				        <p>Get ready to learn from the best! Meet Sarah, your dedicated course tutor with a passion for teaching and empowering students like you.

With years of experience in [field of expertise], Sarah Doe brings a wealth of knowledge and practical insights to the table. Their expertise and real-world experience will guide you through the course material, ensuring you gain valuable skills and a deep understanding of the subject.</p>
                        
			            <p>Throughout the course, Sarah will be there to support and motivate you every step of the way.</p>	
			             <div class="text-center text-lg-left">
				         <ul class="social-list list-unstyled py-3">
						<li class="list-inline-item"><a href="#"><i class="icon fa-brands fa-linkedin-in"></i></a></li> 
						<li class="list-inline-item"><a href="#"><i class="icon fa-brands fa-x-twitter"></i></a></li>
						<li class="list-inline-item"><a href="#"><i class="icon fa-brands fa-youtube"></i></a></li>
					 </ul><!--//social-list-->	
			            </div>				        
                    </div>
		        </div><!--//col-->
	        </div><!--//row-->
	    </div><!--//container-->
    </div><!--//course-tutor-section-->

Course Reviews Section

You can showcase positive course reviews to provide social proof to prospective learners.

Here is the HTML code snippet for the course reviews section:

moodle-course-landing-page-udemy-style-body-course-reviews

<div id="course-reviews-section" class="course-reviews-section section bg-white p-5 my-5">
    <div class="container">
        <h2 class="section-title mb-5">Course Reviews</h2>
        <div class="row justify-content-center">
	        <div class="col-12 col-lg-6">
		         <div class="review-item mb-5">
					<div class="source mb-3">
						<div class="row align-items-center">
							<div class="col-auto col-lg-3">
								<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-1.png" alt=""></div>
							</div><!--col-->
							
							<div class="col-9 col-lg-8 pl-0">
								<div class="name">Adam Doe</div>
								<div class="rating">
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
								</div>
							</div><!--//col-->
						</div><!--//row-->
					</div><!--//source-->
					<blockquote class="quote">
						<p>Great course lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
					</blockquote><!--//quote-->
				</div><!--//item-->
	        </div><!--//col-->
	        
	        <div class="col-12 col-lg-6">
		         <div class="review-item mb-5">
					<div class="source mb-3">
						<div class="row align-items-center">
							<div class="col-auto col-lg-3">
								<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-2.png" alt=""></div>
							</div><!--col-->
							<div class="col-9 col-lg-8 pl-0">
								<div class="name">Emily Sanders</div>
								<div class="rating">
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
								</div>
							</div><!--//col-->
						</div><!--//row-->
					</div><!--//source-->
					<blockquote class="quote">
						<p>Highly recommend lorem ipsum dolor sit amet, consectetur adipiscing elit. Morbi porttitor id velit in ullamcorper nam eu elit nec nunc. </p>
					</blockquote><!--//quote-->
				</div><!--//item-->
	        </div><!--//col-->

	        <div class="col-12 col-lg-6">
		         <div class="review-item mb-5">
					
					<div class="source mb-3">
						<div class="row align-items-center">
							<div class="col-auto col-lg-3">
								<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-3.png" alt=""></div>
							</div><!--col-->
							
							<div class="col-9 col-lg-8 pl-0">
								<div class="name">Luke Smith</div>
								<div class="rating">
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star-half-stroke"></i>
								</div>
							</div><!--//col-->
						</div><!--//row-->
					</div><!--//source-->
					<blockquote class="quote">
						<p>I've learnt so much lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus quam magna, vulputate at sem id, gravida laoreet risus.</p>
					</blockquote><!--//quote-->
				</div><!--//item-->
	        </div><!--//col-->

	        <div class="col-12 col-lg-6">
		         <div class="review-item mb-5">
					
					<div class="source mb-3">
						<div class="row align-items-center">
							<div class="col-auto col-lg-3">
								<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-4.png" alt=""></div>
							</div><!--col-->
							
							<div class="col-9 col-lg-8 pl-0">
								<div class="name">Luke Smith</div>
								<div class="rating">
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star-half-o"></i>
								</div>
							</div><!--//col-->
						</div><!--//row-->
					</div><!--//source-->
					<blockquote class="quote">
						<p>Great course lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
					</blockquote><!--//quote-->
				</div><!--//item-->
	        </div><!--//col-->

	        <div class="col-12 col-lg-6">
		         <div class="review-item mb-5">
					
					<div class="source mb-3">
						<div class="row align-items-center">
							<div class="col-auto col-lg-3">
								<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-5.png" alt=""></div>
							</div><!--col-->
							
							<div class="col-9 col-lg-8 pl-0">
								<div class="name">Lisa Evans</div>
								<div class="rating">
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
								</div>
							</div><!--//col-->
						</div><!--//row-->
					</div><!--//source-->
					<blockquote class="quote">
						<p>This course completely exceeded my expectations! Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
					</blockquote><!--//quote-->
				</div><!--//item-->
	        </div><!--//col-->
	        
	        <div class="col-12 col-lg-6">
		         <div class="review-item mb-5">
					<div class="source mb-3">
						<div class="row align-items-center">
							<div class="col-auto col-lg-3">
								<div class="profile"><img class="profile-image img-fluid" src="https://3rdwavemedia.com/demo-images/users/user-6.png" alt=""></div>
							</div><!--col-->
							
							<div class="col-9 col-lg-8 pl-0">
								<div class="name">Emma Sanders</div>
								<div class="rating">
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
									<i class="icon fa-solid fa-star"></i>
								</div>
							</div><!--//col-->
						</div><!--//row-->
					</div><!--//source-->
					<blockquote class="quote">
						<p>The instructor was knowledgeable and responsive lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus condimentum mi sed tortor lobortis, nec feugiat nisi venenatis.</p>
					</blockquote><!--//quote-->
				</div><!--//item-->
	        </div><!--//col-->
        </div><!--//row-->
    </div><!--//container-->
</div><!--//course-reviews-section-->

Step 2

Download and install Moodle’s Static Pages plugin. Make sure the plugin doesn’t clean your HTML code. You need to change this setting after installing as shown in the figure below.

moodle-udemy-style-course-landing-page-static-pages-plugin-documents-list

Upload the course landing page HTML file to the plugin’s “Documents” page.

moodle-udemy-style-course-landing-page-static-pages-plugin-html-file-naming

You can make multiple course landing pages using this template but the HTML file name must start with course (eg. course-1.html or course-a.html) to have the correct styling applied in our Edutor and Maker theme.

Step 3

After uploading the HTML page, you can get the page URL from the “List of static pages” page.

You can then add the page link to your Moodle site’s custom menu.

Conclusion

Creating a Udemy-style course landing page in Moodle is easier than you might think. By following this tutorial, you’ll have a sleek, professional landing page that’s sure to attract more students and boost your course’s success. Get started today and take your Moodle courses to the next level!

Want to add other types of pages to your Moodle site? You can learn more here.

How to Add Pages to Moodle Using the Static Pages Plugin (Free HTML Templates Included)

Unlike WordPress, Moodle doesn’t support creating standalone “Pages” out of the box – it only allows you to create “Courses”. Fortunately, there’s a great third-party plugin called Static Pages that makes it easy to add HTML pages to your Moodle site. It’s a great solution for adding essential content like an About Us page or a Privacy Policy, helping to make your Moodle site feel more complete and professional.

We’ve used this plugin to add the following pages to the demo sites of our Moodle themes – Lumo, Edutor, and Maker:

moodle-add-static-pages-banner



In this tutorial, we’ll walk you through how to set up the Static Pages plugin and use it to add custom pages just like the ones in our theme demos. You can also download the matching HTML page templates at the end of the post.

Step 1 – Install the Static Pages Plugin

Download the Static Page plugin and upload the downloaded zip file to your Moodle site via the Install plugins page: Site Administration > Plugins > Install plugins. You need to be a site admin to install and use the plugin.

moodle-install-plugin

Step 2 – Configure the Plugin

After installing the plugin, you can see the “Static Pages” option under the “Site Administration” section as shown in the figure below.

moodle-staticpages-option

Click the “Static Pages” link and you will be able to upload your HTML files and configure the relevant settings. You can find detailed explanations of each setting from the plugin’s online documentation here.

For setting up our demo, we changed the “Clean HTML code” option from default “Yes, clean HTML code” to “No, don’t clean HTML code”. Make sure you do the same if you’d like to use our HTML templates and embed iframe content such as Youtube/Vimeo video and Google maps in your pages.

moodle-static-pages-plugin-page

Step 3 – Upload Your HTML Pages

Upload your HTML pages to the documents input field and save the changes. To make your HTML pages you can reference the plugin documentation here.

Basic code structure:

<html>
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Imprint</title>
</head>
<body>
        <h1>Imprint</h1>
        [Your content goes here]
</body>
</html>

Theme Styling

If you are using our Moodle theme Maker, there is no need to style the pages as all of the styling for the pages is included in the Maker theme.

If you are using a different Moodle theme you will need to add custom styling to the pages. You can either add your CSS to your theme’s Custom CSS option (if it has one) or include a <style> tag into the <head>> section of your HTML document as shown below:

  • Using our Moodle themes (Lumo, Edutor, or Maker)?
    You don’t need to add any extra styling. These themes include built-in styles for static pages, so your content will look consistent with the rest of your site.
  • Using a different theme?
    You may need to add custom styles. You can either:
    • Use your theme’s Custom CSS setting (if it has one), or
    • Embed styles directly inside your HTML using a <style> tag:
<html>
<head>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
        <title>Imprint</title>
        <style>
        [Your custom css code goes here]
        </style>
</head>
<body>
        <h1>Imprint</h1>
        [Your content goes here]
</body>
</html>

Step 4 – Link to Your Pages

After uploading your HTML files, go to Site administration > Plugins > Local plugins > Static Pages > List of static pages to view the URLs of your pages.

moodle-staticpage-page-list

In our demos, we used Moodle’s Custom Menu to link the pages (Learn how).

Demo Previews

Want to see the Static Pages plugin in action? Check out the demos for our Moodle themes:

Lumo Demo
moodle-theme-lumo-for-online-learning
Edutor Demo
edutor-moodle-theme-screenshot-1
Maker Demo
maker-moodle-theme-screenshot-1

Download Free HTML Templates

You can download the HTML pages we used in our demo below and edit the page content to suit your own needs.

⚠️ Important: The HTML templates are different for Moodle 4.x and Moodle 5.x sites. Moodle 4.x uses Bootstrap 4, while Moodle 5.x uses Bootstrap 5. Be sure to download the correct version for your Moodle setup.

Final Tips

  • Keep your HTML simple and clean
  • Always test your pages on both desktop and mobile
  • Don’t forget to switch off the “clean HTML” setting if you’re embedding rich media

The Static Pages plugin is a lightweight but powerful way to bring more flexibility and professionalism to your Moodle site – especially when paired with a well-designed theme.

Want to create course landing pages to promote your featured courses?
Want to create a contact form page?

How to Replace Moodle’s Default Course Activity Icons with Your Own Custom Icons

Did you know you can easily customize Moodle’s default course activity icons? If you’re using Moodle’s default theme Boost, or a Boost-based Moodle theme (e.g. Edutor or Maker), you can replace the default icons with your custom ones to better fit your site’s course design. In this tutorial, we will show you how to do so using the URL activity icon as an example.

moodle-default-course-activity-icons

Prerequisites

  • Moodle Version: Moodle 4.x
  • File Access: You need access to the Moodle server via FTP.
  • Custom Icon: Have your custom icon ready in SVG format, named monologo.svg.

Step 1: Create a Folder Structure for Your Custom Icons

Moodle organizes its activity icons within specific folders, so to replace an icon, you need to replicate this structure within your theme’s directory:

1) Create pix_plugins Folder:

In your theme directory, create a new folder called pix_plugins.

2) Create mod Folder:

Inside the newly created pix_plugins folder, create another folder named mod.

3) Create url Folder:

Finally, within the mod folder, create a folder named url. This folder name must match the folder name used for holding Moodle’s default icons. You can find all the default activity folder names under moodle/mod/

moodle-mod-folder

Your directory structure should now look like this:

For Boost Theme:

moodle/theme/boost/pix_plugins/mod/url

moodle-theme-boost-folder

For Edutor Theme:

moodle/theme/edutor/pix_plugins/mod/url/

For Maker Theme:

moodle/theme/maker/pix_plugins/mod/url/

Step 2: Upload Your Custom SVG Icon for the URL Activity

With the folder structure in place on your server, you’re ready to upload your custom icon:

1) Ensure Your Icon is Named Correctly:

Your custom SVG icon should be named monologo.svg.

2) Upload the Icon:

Upload monologo.svg to the url folder you just created.

The full path to your new icon should be:

moodle/theme/your-theme-name/pix_plugins/mod/url/monologo.svg

Step 3: Purge Moodle’s Caches

Log into your Moodle site as an administrator and navigate to: Site administration > Development > Purge caches

Click the “Purge all caches” button to purge all caches. This forces Moodle to refresh its cached files, including icons.

Go back to your course, and you should see the URL activity icon changed to your custom one.

moodle-change-course-activity-icon-before-after

New Course Page Features in Moodle 4.4/4.5+

Moodle 4.4 has brought some great improvements to the course page design, making it even more intuitive to use. Whether you’re a student or a teacher, these new UI and UX features are designed to improve your learning and teaching experience. Let’s take a quick look!

Sectioned Course Layout

Course content is grouped into clear sections, which can be expanded or collapsed.

moodle-course-page-new-features-moodle-4.4

Clicking the section title now takes you directly to the section content on a new page. This ensures that students can focus on their desired content without any distractions.

moodle-course-page-new-features-moodle-4.4

Improved Course Activity/Resource Icons

Moodle 4.4 now uses streamlined line icons for course activities and resources, enabling students to quickly identify each item and understand the required actions. This update simplifies navigation through course materials, making it easier for students to find the activities and resources they need.

moodle-course-page-new-features-moodle-4.4-2

New Course Format Settings

Starting with Moodle 4.4, the previous ‘Topics Format’ course format has been replaced by the ‘Custom Sections Format’.

moodle-course-page-new-features-moodle-4.4-1

Want to see the new features in action? You can log into our Moodle theme’s live demo here to check out the new course page features.

6 Premium Moodle™ Themes Based on Moodle’s Boost Theme (2025 Update)

Moodle’s theme development continues to evolve, and Moodle 5 introduces exciting new features like AI-powered tools and a modern UI built on the Bootstrap 5 framework. The Boost theme remains the foundation for all modern Moodle themes, offering a clean, responsive design and improved accessibility.

Many sites are now exploring upgrades to Moodle 5, but Moodle 4.x is still widely used and supported – and themes built for it continue to be in high demand. Premium Moodle themes based on Boost are designed to grow with the platform, making them a smart choice whether you’re staying on Moodle 4.x for now or planning to move to Moodle 5 in the near future.

Looking for the best Boost-based premium Moodle theme to transform your site? We’ve got 6 professionally designed Moodle themes to choose from – all built on the Boost framework and crafted with performance, usability, and future compatibility in mind.

1. Lumo Theme (Moodle 5.x theme)

moodle-5-theme-lumo-home-page-1

Lumo is a brand-new premium Moodle theme designed exclusively for Moodle 5. It’s the perfect choice for sites looking to leverage Moodle’s latest innovations, including Bootstrap 5 and built-in AI-powered features.

Inspired by leading online learning platforms like Coursera, edX, and Udemy, Lumo delivers a sleek, modern user experience with a strong focus on clarity and usability. It’s ideal for education providers, businesses, governments, and training organizations that want a fresh and professional Moodle site.

What sets Lumo apart is its versatile design system. The theme comes with a rich set of layout and style options that you can configure easily through the theme settings – no coding required. You can reorder homepage sections, customize colors and typography, and tailor the look of your site to suit your brand or audience.

To help you explore its flexibility, we’ve created four live demos, each with a unique color scheme and use case:

For Everyone

moodle-theme-lumo-for-online-learning

For Businesses

moodle-theme-lumo-for-businesses

For Governments

moodle-theme-lumo-for-governments

For Universities

moodle-theme-lumo-for-universities


Lumo Theme Main Demo Theme Details



Whether you’re launching a corporate training portal or a university LMS, Lumo gives you the tools and design power to make your Moodle 5 site stand out.



2. Edutor (Moodle 5.x & 4.x theme)

moodle-4-theme-edutor-frontpage

Edutor is our best-selling Moodle theme, originally developed for Moodle 4.x and now fully compatible with Moodle 5. With its modern, on-trend design and extensive customization options, Edutor is ideal for corporate training and higher education. It’s built to instantly transform your Moodle LMS into a polished, professional learning platform.

Want to learn more about this theme? Check out Edutor’s main features and settings. You’ll also find useful tutorials on the theme details page under the right sidebar.

Edutor Theme Demo Theme Details



3. Maker (Moodle 5.x & 4.x theme)

moodle-theme-maker-screenshot

Maker is our most popular Moodle theme to date. Trusted by universities and businesses worldwide, Maker offers a clean, professional design with flexible layout options and easy customisation. It’s a great choice for delivering engaging, branded learning experiences.

Want to learn more about the Maker theme? Check out Maker’s main features. Tutorials are also available on the theme details page under the right sidebar.

Maker Theme Demo Theme Details



4. Impression Boost (Moodle 4.x theme)

moodle-theme-impression-boost-screenshot

Impression Boost is a reimagined version of our classic Impression theme – completely rebuilt using Moodle’s Boost theme framework. While the original design inspiration remains, the UI and UX have been significantly modernised. This theme is ideal for users who liked the look of Impression but need a Boost-based alternative for Moodle 4.x.

Impression Boost Theme Demo Theme Details



5. Herald Boost (Moodle 4.x theme)

moodle-theme-herald-boost-screenshot

Herald Boost takes the original Herald theme and brings it up to date with the Boost framework. With an entirely reworked interface, this theme provides a cleaner and more modern user experience, while still maintaining the academic look and feel of the original.

Herald Boost Demo Theme Details



6. Gourmet Boost (Moodle 4.x theme)

moodle-theme-gourmet-boost-screenshot

Gourmet Boost is a modernised version of our popular Gourmet theme. Fully rebuilt on Moodle’s Boost theme, it offers a refined, visually rich layout perfect for showcasing culinary or lifestyle-related content on Moodle 4.x.

Gourmet Boost Demo Theme Details

Best Moodle Themes for Your Moodle 5 & 4.x Sites 2025 (Free & Premium)

Moodle 5 is finally here. This is another major release that builds on the modern UX and UI overhaul introduced in Moodle 4.x. Moodle 5 continues to improve the overall experience for both educators and learners, with performance enhancements, accessibility updates, and more refined interface design.

Thinking of upgrading your site to Moodle 5.0+ to take advantage of the latest features and offer your users a smoother, more modern experience? We’ve got you covered. Below is our curated list of the best Moodle themes that are fully compatible with Moodle 5.

When we first published this post, many free Moodle themes were not yet compatible with Moodle 4.x. The good news? Theme developers have been catching up—and we’re keeping this post updated with the best options as they become available for Moodle 5. So be sure to check back!

Boost (FREE Moodle Theme)

moodle-5-boost-home

Live Demo


Boost is Moodle’s core theme and it continues to evolve with each major release. In Moodle 5, Boost is now built on Bootstrap 5, offering improved performance, modern components, and better accessibility support. The theme maintains its clean, minimalist design with an intuitive user experience that suits both learners and educators. If you’re working with a limited budget and need a reliable, no-frills theme to get your Moodle LMS up and running, Boost in Moodle 5 is a solid, future-friendly choice

If you already have a professionally designed landing page for your main site, you can simply link to your Moodle site’s login page from there. Moodle 5 makes it easy to control access – you can choose to require users to log in before they can view any course content or even access the front page. This is especially useful if you want to keep your LMS experience focused and secure.

Lumo (Premium Moodle 5 Theme)

moodle-5-theme-lumo





Lumo is a premium Moodle theme designed for Moodle 5, tailored to meet the needs of both higher education institutions and professional training businesses. With its polished, modern design and thoughtfully structured layouts, Lumo delivers a high-quality user experience that feels professional and engaging right out of the box.

Inspired by the clean, user-friendly interfaces of leading online learning platforms like Coursera, Udemy, and edX, Lumo brings that same level of design sophistication to your Moodle LMS. Whether you’re building an academic site or a corporate training portal, your learners will enjoy a smooth, intuitive experience across all devices.

Built on Moodle’s Boost theme and Bootstrap 5, Lumo takes full advantage of Moodle 5’s latest improvements in UI, performance, and accessibility. It also offers a high level of customization through the theme settings allowing you to easily adjust color schemes, fonts, and layout options to match your organization’s branding.

Lumo provides a ready-made, professional design solution that saves you the time and cost of custom development. And just like our other premium themes, it comes with a 30-day money-back guarantee, so you can try it risk-free.




Edutor (Premium Moodle Theme)

moodle-4-theme-edutor-frontpage



Edutor is a premium Moodle theme now fully compatible with Moodle 5. It’s packed with modern, on-trend design elements and powerful features tailored for higher education and corporate training sites. Built on Moodle’s core Boost theme – now upgraded to Bootstrap 5 in Moodle 5 – Edutor inherits all the latest improvements in UI, UX, and accessibility, making it a future-proof solution for your LMS.

The theme includes 6 professionally designed color schemes to help you get started quickly. You can also fine-tune the color palette, typography, and layout settings via the easy-to-use theme settings panel – perfect for aligning your Moodle site with your institution’s or brand’s visual identity.

Instead of hiring a design agency and spending tens of thousands on custom development, Edutor lets you create a sleek, branded learning portal at a fraction of the cost. Plus, it comes with a 30-day money-back guarantee – so you can try it risk-free. If it doesn’t fit your needs, just reach out for a full refund – no questions asked.

Maker Theme (Premium Moodle Theme)

moodle-4-theme-maker-frontpage


Live Demo Theme Details


Maker is the best-selling boost-based Moodle theme since Moodle 3.x and it has now been upgraded to be compatible with Moodle 4.0+. This theme has been widely implemented by higher education and small to medium sized business training sites – you can read all the customer reviews on the theme details page.

Like the Edutor theme, Maker theme has a 30-day money back guarantee so it’s risk free to try it out before spending your budget.




Moove (FREE Moodle theme)

moodle-5-moove-home-page

Moove is a popular free Moodle theme that continues to be a favorite in the Moodle community. Its Moodle 5 version brings a clean, modern, and streamlined design that aligns with the latest UI and UX standards.

Built on top of Moodle’s core Boost theme, Moove takes advantage of the newest features and improvements in Moodle 5, including the switch to Bootstrap 5. The theme offers a user-friendly experience and a visually polished interface, making it a solid choice for both educational institutions and training providers.

Live Demo Theme Details




Adaptable (FREE Moodle theme)

moodle-4-theme-adaptable-front-page-view

Adaptable is a long-standing and widely used free Moodle theme, trusted by thousands of Moodle sites worldwide. Known for its extensive configurability, it’s the go-to choice for anyone looking for a free theme with maximum flexibility and control.

With a vast array of settings, Adaptable gives site admins the power to customize almost every aspect of the theme — from layout and colors to typography and homepage blocks. If you’re willing to invest some time, you can tailor the theme to perfectly fit your Moodle site without spending a penny.

Adaptable is currently available for Moodle 4.x, offering full support for sites running that version. However, at the time of writing, it has not yet been updated for Moodle 5. If you’re planning to upgrade, it’s worth monitoring the theme’s development updates or considering alternatives that are already Moodle 5 compatible.

Live Demo Theme Details

Moodle Themes – How To Host Google Fonts Locally (Without Using Google Fonts API)

Do you want to use free Google fonts on your Moodle site but are concerned about EU regulation GDPR? If you’re using Moodle Boost theme or a Boost-based theme you can follow the steps in this tutorial to host your desired Google fonts locally to avoid any potential GDPR compliance issues.

Step 1 – Disable Google Fonts API

If the Moodle theme your site is using is already using Google Fonts API to load fonts from Google’s server, you need to disable the API first.

We have added the option to disable Google Fonts API in our latest Moodle theme Edutor and Maker. You just need to go to theme settings and uncheck a box under the General Settings section.

Moodle-Theme-Host-Google-Fonts-Locally-1

Step 2 – Download Google Fonts

Head to the online tool Google Web Fonts Helper and download the fonts you’d like to use on your Moodle site.

For demo purposes, we chose DM Sans as our Moodle site’s main font and Mulish as the heading font.

Moodle-Theme-Host-Google-Fonts-Locally

Moodle-Theme-Host-Google-Fonts-Locally

Step 3 – Host Google Fonts

Create a folder called fonts in your Moodle theme folder on your server and upload the downloaded fonts files to that folder.

Moodle-Theme-Host-Google-Fonts-Locally-4

Step 4 – Add Google Fonts To Your Site

Go to your theme’s settings page and find the Custom SCSS/CSS section. Boost T

In the Raw initial SCSS input field add the fonts definition code.

/* dm-sans-regular - latin */
@font-face {
  font-display: swap; 
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  src: url([[fonts:theme|dm-sans-v13-latin-regular.woff2]]) format('woff2');
}


/* mulish-700 - latin */
@font-face {
  font-display: swap; 
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 700;
  src: url([[fonts:theme|mulish-v12-latin-700.woff2]]) format('woff2');
}

Moodle-Theme-Host-Google-Fonts-Locally-5

In the Raw SCSS input field add your custom css code to assign the fonts to relevant page elements.

body {
    font-family: 'DM Sans', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Mulish', sans-serif;
}

Moodle-Theme-Host-Google-Fonts-Locally-6

Moodle Contact Form Plugin – How To Change The Default Form Success Message

Moodle’s Contact Form Plugin provides a simple way to add a contact form to a Moodle course or a Moodle page. After successfully submitting the contact form, you will see a default success message saying “Thank you for contacting us. If required, we will be in touch with you very soon.” If this default success message doesn’t suit your organisation you can follow the steps in this tutorial to change it to something different.

Moodle Contact Form Plugin - How To Change The Default Form Success Message

You can try the forms on our Moodle demo site below:

1) Moodle Page Contact Form (Live Demo)

Moodle Contact Form Plugin - How To Change The Default Form Success Message

2) Moodle Course Tutor Contact Form (Live Demo)

Moodle Contact Form Plugin - How To Change The Default Form Success Message

Step 1

Log into your Moodle site as an admin user, and navigate to the Language customisation page by going to Site administration > Language > Language customisation

Moodle Contact Form Plugin - How To Change The Default Form Success Message

Select “English(en)” from the drop down menu:

Moodle Contact Form Plugin - How To Change The Default Form Success Message

Click the “Open language pack for editing” button then click “Continue”.

Moodle Contact Form Plugin - How To Change The Default Form Success Message

Moodle Contact Form Plugin - How To Change The Default Form Success Message

Step 2

Select the php file related to the Moodle Contact Form plugin: local > local_contact.php

Enter the default form success message into the “Only string containing” input field and click the “Show strings” button to proceed.

Moodle Contact Form Plugin - How To Change The Default Form Success Message

Step 3

Enter your desired form success message in the “confirmationmessage” input field as shown in the figure below. Save your changes.

Moodle Contact Form Plugin - How To Change The Default Form Success Message