diff --git a/docs/api/datetime.md b/docs/api/datetime.md
index 34ac7575b5c..c166841c37a 100644
--- a/docs/api/datetime.md
+++ b/docs/api/datetime.md
@@ -36,7 +36,8 @@ import HighlightedDatesCallback from '@site/static/usage/v7/datetime/highlighted
import MultipleDateSelection from '@site/static/usage/v7/datetime/multiple/index.md';
-import Theming from '@site/static/usage/v7/datetime/theming/index.md';
+import GlobalTheming from '@site/static/usage/v7/datetime/styling/global-theming/index.md';
+import WheelStyling from '@site/static/usage/v7/datetime/styling/wheel-styling/index.md';
ion-datetime: Ionic API Input for Datetime Format Picker
@@ -310,13 +311,21 @@ A callback is better when the highlighted dates are recurring, such as birthdays
-## Theming
+## Styling
+
+### Global Theming
Ionic's powerful theming system can be used to easily change your entire app to match a certain theme. In this example, we used the [Color Creator](../theming/colors#new-color-creator) and the [Stepped Color Generator](../theming/themes#stepped-color-generator) to create a rose color palette that we can use for `ion-datetime`.
The benefit of this approach is that every component, not just `ion-datetime`, can automatically take advantage of this theme.
-
+
+
+### Wheel Pickers
+
+The wheels used in `ion-datetime` can be styled through a combination of shadow parts and CSS variables. This applies to both the columns in wheel-style datetimes, and the month/year picker in grid-style datetimes.
+
+
## Time Zones
diff --git a/static/usage/v7/datetime/theming/angular/example_component_html.md b/static/usage/v7/datetime/styling/global-theming/angular/example_component_html.md
similarity index 100%
rename from static/usage/v7/datetime/theming/angular/example_component_html.md
rename to static/usage/v7/datetime/styling/global-theming/angular/example_component_html.md
diff --git a/static/usage/v7/datetime/theming/angular/global_css.md b/static/usage/v7/datetime/styling/global-theming/angular/global_css.md
similarity index 100%
rename from static/usage/v7/datetime/theming/angular/global_css.md
rename to static/usage/v7/datetime/styling/global-theming/angular/global_css.md
diff --git a/static/usage/v7/datetime/theming/demo.html b/static/usage/v7/datetime/styling/global-theming/demo.html
similarity index 95%
rename from static/usage/v7/datetime/theming/demo.html
rename to static/usage/v7/datetime/styling/global-theming/demo.html
index f2e502cfe56..7ea2d621df3 100644
--- a/static/usage/v7/datetime/theming/demo.html
+++ b/static/usage/v7/datetime/styling/global-theming/demo.html
@@ -4,8 +4,8 @@
Datetime
-
-
+
+
+
+
+
+
+
+