# MasterStudy Text

There is a Gutenberg MasterStudy Text block. It lets you add a block with text to any page of your website.&#x20;

<figure><img src="/files/CNjuzVXKDSW2jVqUmO71" alt=""><figcaption></figcaption></figure>

## Adjusting Settings

There are **Settings** available in the Block section.

<figure><img src="/files/5mo0C95mSG7PzZ2VUOdb" alt=""><figcaption></figcaption></figure>

* **General Settings**:
  * **Select Device**: Choose the device for which the text will be previewed.
  * **Alignment**: Set the alignment of the text.
  * **Padding**: Adjust the padding around the text block.
  * **Margin**: Control the margin around the text block.
* **Title Settings**:
  * **Select Device**: Choose the device for which the title text will be previewed.
  * **Font Size**: Set the font size for the title text.
  * **Padding**: Adjust the padding around the title text.
  * **Margin**: Control the margin around the title text.
* **Text Settings**:
  * **Select Device**: Choose the device for which the main text will be previewed.
  * **Font Size**: Set the font size for the main text.
  * **Padding**: Adjust the padding around the main text.
  * **Margin**: Control the margin around the main text.
* **Advanced**:
  * **HTML Anchor**: Set a unique web address (anchor) for the block to enable direct linking.
  * **Additional CSS Class(Es)**: Add custom CSS classes for further styling or functionality.

## Adjusting Styles

These are Styles available in the Block section.

<figure><img src="/files/ymRWWyM9i9bYgTDAzK1v" alt=""><figcaption></figcaption></figure>

* **Color**:
  * **Text**: Choose the color of the text.
  * **Background**: Set the background color behind the text.
* **Typography**:
  * **Font**: Choose the font for the text.
  * **Font Size**: Set the font size for the text in REM units.
  * **Appearance**: Customize the appearance of the text, such as bold, italic, underline, etc.
  * **Line Height**: Determine the spacing between lines of text.
  * **Letter Spacing**: Adjust the space between letters in the text.
  * **Decoration**: Add text decorations like underline, overline, or line-through.
  * **Letter Case**: Transform the text to uppercase, lowercase, capitalize, etc.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.stylemixthemes.com/masterstudy-lms-starter-theme/gutenberg-blocks/masterstudy-text.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
