> 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-19.md).

# Block #19

{% 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)

**Text alignment:** center

### Intro Title

```
One-time charge<br />
Get this theme today!
```

### Intro content

```
Our exclusive lifetime update theme & user-centered design<br />
will keep your moodle site running strong for many years to come!
```

### HTML Content

```html
<div class="mt-4">
    <a href="https://rosea.io/baz" class="btn btn-lg btn-dark">Get this theme for $99*</a>
</div>
<div class="mt-2">
    <a href="https://baz.rosea.io/doc" class="btn btn-sm btn-secondary">Documentation</a>
</div>
```

### Background Image

![](/files/GkzotdzshdvGdaoGPdWQ)

### Custom CSS (to set up background properties)

```css
background-position: top; background-size: cover;
```
