> For the complete documentation index, see [llms.txt](https://velara-3.gitbook.io/web-export/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://velara-3.gitbook.io/web-export/element-options/untitled.md).

# Styles

Setting styles

Additional styles let you add additional styles to an element.

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LoppvVcOp12VmHAUwgh%2F-LopqSQtQyvcSXcwhkpO%2Fimage.png?alt=media\&token=30ee6513-89cb-4f15-943c-524c2ad09273)

Add styles and values into the styles field. If the style is already set then it is overwritten with the new value.

For example, to set the font size and font color enter: `font-size: 15px; color: #f0f0f0;`

Sub styles are applied to the child element. If there are no child elements the styles are ignored.

Use the keyword `-all` to remove all styles including sizing and positioning.&#x20;

Include just the style name to re-include that style after using `-all`.

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LoppvVcOp12VmHAUwgh%2F-Lopq_KsU4bD6TLNGDox%2Fimage.png?alt=media\&token=b892f272-3ed0-4ae0-af15-ec97de71edf2)

Remove a single style with `-stylename` where stylename is the name of the style you want to remove.

![](https://735683391-files.gitbook.io/~/files/v0/b/gitbook-legacy-files/o/assets%2F-LWpp_0PwLnj_AXGL2u7%2F-LtQ-qQOazfIeR3-5pyh%2F-LtQ0pLHNzgG9O8__jWy%2Fimage.png?alt=media\&token=927ae84d-77dc-46df-9b5c-5fda966ec74e)

Use semi-colons to separate multiple styles.

Use the keyword `-text` to remove all text styles to a text element.&#x20;

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/style>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Glossary/Style_origin>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Web/CSS>" %}

{% embed url="<https://developer.mozilla.org/en-US/docs/Learn/CSS>" %}
