# 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](https://rosea.gitbook.io/baztheme/more/show-hide-for-non-logged-in-users)
2. **Title modifications** - [Learn more](https://rosea.gitbook.io/baztheme/global-styles/headings-text-modifications)
   {% endhint %}

### Available options

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

![](https://2873786088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCsh2IXpGstOXBcIR0peN%2Fuploads%2FMP0YRkhhHFVGozLM3DUI%2Fsep.svg?alt=media\&token=c216c050-ce9c-453e-8960-154078e4e819)

### Preview

![](https://2873786088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCsh2IXpGstOXBcIR0peN%2Fuploads%2FDYx7wNCBBL73Z1A5ct8T%2Fblock12.png?alt=media\&token=f9774e5e-9afa-446f-82d3-ee1604136b6b)

![](https://2873786088-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FCsh2IXpGstOXBcIR0peN%2Fuploads%2FMP0YRkhhHFVGozLM3DUI%2Fsep.svg?alt=media\&token=c216c050-ce9c-453e-8960-154078e4e819)

### 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="how-to-add-more-item-to-blocks" %}
[how-to-add-more-item-to-blocks](https://rosea.gitbook.io/baztheme/theme-settings/front-page-blocks/how-to-add-more-item-to-blocks)
{% endcontent-ref %}
