diff --git a/docs/css/selectors/combinator-selectors/adjacent-sibling-selector.md b/docs/css/selectors/combinator-selectors/adjacent-sibling-selector.md
index b41fd20..357a9e8 100644
--- a/docs/css/selectors/combinator-selectors/adjacent-sibling-selector.md
+++ b/docs/css/selectors/combinator-selectors/adjacent-sibling-selector.md
@@ -13,11 +13,13 @@ keywords:
css combinator,
css adjacent sibling combinator,
]
+hide_table_of_contents: true
---
In CSS, the adjacent sibling selector is used to select an element that is immediately preceded by another element. The adjacent sibling selector is represented by the `+` character between two selectors.
+
## Syntax
@@ -64,6 +66,7 @@ The adjacent sibling selector can be used to target specific elements that are a
:::
+
## Example: Using Adjacent Sibling Selector