> For the complete documentation index, see [llms.txt](https://rosea.gitbook.io/baztheme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://rosea.gitbook.io/baztheme/theme-settings/front-page-blocks/block-12.md).

# Block #12

{% hint style="info" %}
**Tips:**

1. How to **hide** any element for **non-logged** in **users** or show it only for **logged in** users? [Learn more](/baztheme/more/show-hide-for-non-logged-in-users.md)
2. **Title modifications** - [Learn more](/baztheme/global-styles/headings-text-modifications.md)
   {% endhint %}

### Available options

* Turn on
* Show Block Separator (hr)
* Additional Class Name (only for developers)
* Intro Title
* Intro Content
* HTML Content
* Footer Content

![](/files/bkqUuLhLMd0Yjjyl2yGR)

### Preview

![](/files/193NXT30ydWU3vhzlpMD)

![](/files/bkqUuLhLMd0Yjjyl2yGR)

### Code snippet

```html
<div class="row">

    <!-- Start item -->
    <div class="col-12 col-md-3 px-3 my-3 my-lg-0 text-center">
        <div class="display-3 mb-2">$99<sup class="text-muted">/ $3k</sup></div>
        <p class="text-light">Standard / Extended License</p>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="col-12 col-md-3 px-3 my-3 my-lg-0 text-center">
        <div class="display-3 mb-2">Free</div>
        <p class="text-light">Updates and bug fixes</p>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="col-12 col-md-3 px-3 my-3 my-lg-0 text-center">
        <div class="display-3 mb-2">1900+</div>
        <p class="text-light">Trusted users</p>
    </div>
    <!-- End item -->

    <!-- Start item -->
    <div class="col-12 col-md-3 px-3 my-3 my-lg-0 text-center">
        <div class="display-3 mb-2">Moodle</div>
        <p class="text-light">Compatible with Moodle 3.11 and later e.g Moodle 4.0</p>
    </div>
    <!-- End item -->
</div>
```

{% content-ref url="/pages/1qUbO4Fl0XGCANPYeLMK" %}
[How to add more item to blocks?](/baztheme/theme-settings/front-page-blocks/how-to-add-more-item-to-blocks.md)
{% endcontent-ref %}
