Scholastica Moodle Theme
  • Scholastica
  • Requirements
  • Getting started
    • Theme Installation/Update
    • Translations
    • Demo content
    • RTL Interface
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text
    • Paid Courses
    • Course Page
    • Custom Enrollment Page
    • Course Filter
    • Custom E-Mail Template
  • Theme Settings
    • General
    • Dark Mode
      • 🌑Show/hide on the Dark Mode
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • Front Page Blocks
      • 🕶️Show/hide for non-logged in users
      • Block Order
      • Video Pop-up
      • Hero
        • Block #1
        • Block #2 (Hero Video)
        • Block #3
      • FAQ
        • Block #4
        • Re-usage FAQ Snippet
      • Grid Content
        • Grid Content #1
        • Grid Content #2
        • Grid Content #3
        • Grid Content #4
        • Grid Content #5
        • Grid Content #6
        • Grid Content #7
        • Grid Content #8
        • Grid Content #9
      • Content
        • Content #1
        • Content #2
        • Content #3
        • Block #5 - Logotypes
      • Categories & Icons List
        • Categories List #1
        • Categories List #2
        • Logotypes List #1
        • Course List
        • Icons List
      • Stats
        • Stats #1
        • Stats #2
      • Team
        • Team #1
        • Team #2
        • Team #3
      • Testimonials
        • Testimonials #1
        • Testimonials #2
        • Testimonials #3
      • How to add more item to blocks?
    • Top Bar
    • Footer
    • Custom alert
    • Advanced settings
    • Google/Custom Fonts and GDPR
    • Default Moodle Footer Links
  • More
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks
  3. Content

Content #2

Site administration -> Appearance -> Space -> Block #.

PreviousContent #1NextContent #3

Was this helpful?

<div class="wrapper-md">
    <!-- Start item -->
    <div class="rui-card--colorized rui-rounded--lg" style="background-color: #e0e6f9;">
        <div class="d-flex flex-wrap align-content-center">
            <div>
                <h3 class="lead-1">Space for Moodle 4.x</h3>
                <p class="text-size-xl text-secondary">For those who need customization, template editing, project bug fixing, or simply a fast and affordable hand.</p>
            </div>

            <div class="d-flex flex-wrap mt-4 row-cols-md-2">
                <div>
                    <h4 class="text-primary">Pros</h4>
                    <ul class="rui-special-list rui-special-list--primary list-styled col">
                        <li>Compatible with Moodle 4.1 and 4.0</li>
                        <li>22+ Fully Customizable Blocks</li>
                        <li>Lifetime updates</li>
                        <li>Super friendly support</li>
                        <li>Translation Ready</li>
                    </ul>
                </div>
                <div>
                    <h4 class="text-secondary">Cons</h4>
                    <ul class="rui-special-list rui-special-list--primary list-styled col">
                        <li class="list-icon-x">Compatibility with older Moodle versions</li>
                        <li class="list-icon-x">Free Custom Work</li>
                    </ul>
                </div>
            </div>
            <div class="my-4 w-100"><a href="https://rosea.gitbook.io/space-moodle-theme/" class="btn btn-lg btn-primary">Documentation</a>
            </div>
            <p class="text-size-sm">Learn more about customizing, pre-defined HTML blocks. <a href="https://rosea.gitbook.io/space-moodle-theme/theme-settings/front-page-blocks" target="_blank" class="underline--anim">Go to the documentation page</a></p>
        </div>
    </div>
    <!-- End item -->
</div>
How to add more item to blocks?