diff --git a/articles/components/select/index.adoc b/articles/components/select/index.adoc
index 72cc44fbf6..3c87e4e667 100644
--- a/articles/components/select/index.adoc
+++ b/articles/components/select/index.adoc
@@ -173,29 +173,6 @@ include::{root}/frontend/demo/component/select/react/select-overlay-width.tsx[re
endif::[]
--
-=== Overlay Class Name
-
-Like other field components with overlays, Select provides dedicated API to set a CSS class name on the overlay for styling. See <<{articles}/styling/styling-components/styling-component-instances#,Styling Component Instances>> for more information.
-
-[.example]
---
-[source,java]
-----
-
-Select select = new Select<>();
-select.setOverlayClassName("locales");
-----
-[source,tsx]
-----
-
-
-----
-[source,html]
-----
-
-
-----
---
// Basic Features