Alpha Moodle Theme
  • Alpha 2.5.x
  • Requirements
  • Changelog
  • Theme Installation and Update
  • Support Page
  • Translations
  • RTL Interface
  • Paid Courses
  • Getting started
    • Demo content
    • Course Layout
  • Theme Settings
    • Global Styles
      • Typography
      • UI Elements
      • Headings/Text Modifications
    • 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
      • Block #0 - Default Moodle Front Page Blocks
      • Hero
        • Block #1
        • Block #2 (Hero Video)
        • Block #3
      • FAQ
        • Block #4
      • 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
        • 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
    • Course Page/Card
      • Course List
    • Sidebar
    • Sidebar navigation
    • Custom alert
    • Advanced settings
    • Google/Custom Fonts and GDPR
  • More
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page
  • Available options:
  • Sample HTML Code Snippets

Was this helpful?

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

Block #3

Block Hero Image (Site administration - Appearance - Alpha -> Block #3)

Last updated 2 years ago

Was this helpful?

Available options:

  1. Full-width container (on/off)

  2. Additional Class Name

  3. Content Wrapper Alignment: (Left, Middle, Right)

  4. Heading Size: (Normal, Large, Extra Large) Normal: 40px , Large: 60px , Extra large: 80px

  5. Heading Color: White, Dark, Gradient

  6. Heading Font Weight: Normal(400), Medium(500), Bold (700)

  7. Show Colorized Content Wrapper (on/off)

  8. Content Wrapper Color

  9. Heading

  10. Caption

  11. HTML Content

Sample HTML Code Snippets

Version 1:

<div class="rui-hero-desc"><span class="badge badge-info mx-0 mb-3">Only for Moodle 4.0.</span>
    <p>From its medieval origins to the digital era, learn everything there is to know about the ubiquitous lorem ipsum passage.</p>
</div>
<div class="rui-hero-btns d-inline-flex flex-wrap">
    <a href="https://demo.rosea.io/alpha/1/login/index.php" class="btn btn-lg btn-primary">Sign up</a>
</div>

Version 2:

<div class="rui-hero-desc">
<p>The Alpha 2 is dedicated only to Moodle 4.0 and later. For Moodle 3.9 - 3.11 there is Alpha 1.15</p>
<p class="mt-3 small">Need help with theme customization?<br>Or do you want to report a bug?</p>
</div>
<div class="rui-hero-btns mt-3 2-100">
<a href="https://1.envato.market/3PgWgB" target="_blank" class="btn btn-lg btn-primary my-1">Get this theme!</a>
</div>
<div class="rui-hero-btns mt-3 w-100">
<a href="https://rosea.io/alpha-theme/" target="_blank" class="btn btn-sm btn-light my-1 mx-0">Alpha 1.15 for Moodle 3.9 - 3.11</a>
</div>
⭐