Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion modules/ROOT/pages/add-css-options.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
= Adding or changing the editor content CSS
:navtitle: Add CSS
:description: Options for changing the editor content CSS.
:description: Apply custom CSS to the editor content area using content_css and content_style. Control typography, colors, margins, and layout in the editable region.
:keywords: content_css, content_style, custom CSS, content area, stylesheet, editor styling

Use `+content_css+` to load external stylesheets into the editable area, or `+content_style+` to inject inline CSS. Both options apply only to the editor content (the iframe body in classic mode), not the surrounding UI.

== Add CSS and styles to the editor

Expand Down
Loading