Getting started
Theme settings
Blocks
- Hero
- About us
- Boxes
- Categories slider
- Courses slider
- Blogs slider
- Instructors slider
- Testimonials slider
- Subscribe with us
- Contact Us
- Accordion
- Timeline
- Categories page
- Courses page
- Instructors page
- Course description
- Course video
- Course tabs
- Course features
- Course details
- Course need help
- Featured course
Custom page
- nice_custom_page
The 'custom page' is not a block; it is a class applied to a Moodle text block. This class modifies the styling of ordered and unordered lists within that text block. To use it, first add a new Moodle block of type 'Text.' Then, go to the source code view in the TinyMCE text editor and wrap your content with the following code:
<div class="nice-custom-page-container">
<div class="container">
<!-- Your Code Goes Here --?
</div> <!-- container -->
</div> <!-- nice-custom-page-container -->