diff --git a/docs/userGuide/syntax/boxes.mbdf b/docs/userGuide/syntax/boxes.mbdf
index 6b18935742..ed7c8c216e 100644
--- a/docs/userGuide/syntax/boxes.mbdf
+++ b/docs/userGuide/syntax/boxes.mbdf
@@ -219,6 +219,38 @@ As light
and seamless
are mutually exclusive styles, <
+**You can remove the background, icon and borders of preset styles.**
+
+
+Custom styles (background-color
, border-color
, border-left-color
, icon
) as introduced in the previous section, takes precedence over and are not affected by no-background
, no-border
, no-icon
+
+
+
+
+
+
+```html
+
+ success box without a tick icon and backgound
+
+
+
+ definition type box, light style without border
+
+```
+
+
+
+
+ success box without a tick icon and backgound
+
+
+
+ definition type box, light style without border
+
+
+
+
**You can also use icons and resize them accordingly.**
@@ -264,6 +296,12 @@ header
heading
(de
type | `String` | `'none'` | Supports: `info`, `warning`, `success`, `important`, `wrong`, `tip`, `definition`, or empty for default.
light | `Boolean` | `false` | Uses a light color scheme for the box.
seamless | `Boolean` | `false` | Uses a seamless style for the box. If `light` is specified, this style will not be activated.
+no-border | `Boolean` | `false` | Removes border, except if styled by `border-color` or `border-left-color`.
+no-backgound | `Boolean` | `false` | Removes background, except if styled by `backgound-color` option.
+no-icon | `Boolean` | `false` | Removes icon, except if icon is displayed via `icon` option.
+type | `String` | `'none'` | Supports: `info`, `warning`, `success`, `important`, `wrong`, `tip`, `definition`, or empty for default.
+light | `Boolean` | `false` | Uses a light color scheme for the box.
+seamless | `Boolean` | `false` | Uses a seamless style for the box. If `light` is specified, this style will not be activated.
```html