Add support for page title styles within editor-styles. #10485
Labels
Customization
Issues related to Phase 2: Customization efforts
[Feature] Extensibility
The ability to extend blocks or the editing experience
[Type] Enhancement
A suggestion for improvement.
Theme authors can customize the page title style by enqueuing a stylesheet that includes something like this:
However, if their theme is using our auto-injected CSS for
editor-styles
(introduced in #9008), that's not possible.It's very likely that theme authors will want the page title font/size to match up with the rest of the text in the editor styles, so we should figure out how to make that possible without enqueueing a second editor stylesheet.
cc @youknowriad
The text was updated successfully, but these errors were encountered: