Overview
Use text-style utilities for simple emphasis and casing changes without extra CSS.Example
Style Guardrails
- Reserve
.uppercasefor short labels; long uppercase paragraphs quickly lose readability. - Use
.no-underlinealongside a hover state (e.g..underlineon hover) so links remain discoverable. - Italic text can appear faint at lighter weights—bump to
.font-mediumor higher if contrast is low.
Inline emphasis should come from utility classes, not manual HTML elements. This keeps your Elementor global styles consistent and easy to audit.

