BAZ Moodle Theme
Get BAZ ThemeSupport
  • BAZ Premium Moodle Theme
  • Requirements
  • Changelog
  • Getting started
    • Theme Installation/Update
    • Demo content
    • RTL Layout
    • Custom Enrollment Page
    • Custom E-Mail Template
  • 🤩Global Styles
    • Typography
    • UI Elements
    • Headings/Text Modifications
  • Theme Settings
    • General
    • SEO
    • Customization
      • Google Fonts
      • Colors
    • Login page
    • Front Page Blocks
      • Block #1
      • Block #2
      • Block #3
      • Block #4
      • Block #5
      • Block #6
      • Block #7
      • Block #8
      • Block #9
      • Block #10
      • Block #11
      • Block #12
      • Block #13
      • todo Block #14
      • Block #15
      • Block #16
      • Block #17
      • todo Block #18
      • Block #19
      • How to add more item to blocks?
    • Top Bar
      • User Menu - Custom Icons
    • Dashboard
    • Course Page
    • Footer
    • Custom Fonts
  • More
    • 🕶️Show/hide for non-logged in users
    • 🌑Show/hide on the Dark Mode
    • Translations
    • Server recommendations
    • Graphics, Icons etc.
Powered by GitBook
On this page
  • Available options
  • Code snippet

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks

Block #7

PreviousBlock #6NextBlock #8

Last updated 3 years ago

Was this helpful?

Tips:

  1. How to hide any element for non-logged in users or show it only for logged in users?

  2. Title modifications -

Available options

  • Turn on

  • Show Block Separator (hr)

  • Additional Class Name (only for developers)

  • Intro Title

  • Intro Content

  • HTML Content

  • Footer Content

Code snippet

<div class="row row-cols-1 row-cols-lg-2 mx-0">

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Packed with features</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Learn more about theme</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-1-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Everything you need for your University website</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Learn more about Moodle</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-3-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Get started. It’s easy</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Video tutorials</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-4-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card rui-card--with-img">
            <div class="rui-card-body ml-md-4">
                <h3 class="rui-card-title">Start with components</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://rosea.io" class="btn btn-sm btn-secondary">Check out code snippets</a>
            </div>
            <div class="ml-md-4 rui-img--rounded-fluid"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/img-3d-2-1.png" alt="img #1" width="300" height="300"></div>
        </div>
    </div>
    <!-- End item -->

</div>
How to add more item to blocks?
Learn more
Learn more