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
  • Preview
  • Code snippet

Was this helpful?

  1. Theme Settings
  2. Front Page Blocks

Block #8

PreviousBlock #7NextBlock #9

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

Preview

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 d-block d-md-inline-flex align-items-center border-0" style="background: #eeead4;">
            <div class="rui-card-item-img rui-img--rounded-fluid mr-md-2"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/download.jpg" alt="pic 1" width="400" height="400"></div>
            <div class="rui-card-body mt-3 mt-md-0 col">
                <h3 class="rui-card-title">Industry expert teachers</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://demo.rosea.io/baz/1/course/" class="btn btn-sm btn-dark">Learn more about theme</a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card d-block d-md-inline-flex align-items-center border-0" style="background: #c1d3d3;">
            <div class="rui-card-item-img rui-img--rounded-fluid mr-md-2"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/sq-2.jpg" alt="pic 2" width="400" height="400"></div>
            <div class="rui-card-body mt-3 mt-md-0 col">
                <h3 class="rui-card-title">Students community</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://demo.rosea.io/baz/1/course/" class="btn btn-sm btn-dark">Documentation</a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card d-block d-md-inline-flex align-items-center border-0" style="background: #dcd5d9;">
            <div class="rui-card-item-img rui-img--rounded-fluid mr-md-2"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/sq-3.jpg" alt="pic 3" width="400" height="400"></div>
            <div class="rui-card-body mt-3 mt-md-0 col">
                <h3 class="rui-card-title">Up-to-date course content</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://demo.rosea.io/baz/1/course/" class="btn btn-sm btn-dark">All categories</a>
            </div>
        </div>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="rui-card-item col mb-4">
        <div class="rui-card d-block d-md-inline-flex align-items-center border-0" style="background: #cdd6c1;">
            <div class="rui-card-item-img rui-img--rounded-fluid mr-md-2"><img src="https://demo.rosea.io/baz/1/pluginfile.php/1/theme_baz/bazsettingsimgs/0/sq-5.jpg" alt="pic 4" width="400" height="400"></div>
            <div class="rui-card-body mt-3 mt-md-0 col">
                <h3 class="rui-card-title">Special title treatment</h3>
                <p class="rui-card-text">With supporting text below as a natural lead-in to additional content.</p>
                <a href="https://demo.rosea.io/baz/1/course/" class="btn btn-sm btn-dark">Learn more about theme</a>
            </div>
        </div>
    </div>
    <!-- End item -->

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