Download
We're evolving to serve you better! This current forum has transitioned to read-only mode. For new discussions, support, and engagement, we've moved to GitHub Discussions.

editor.css not applied

  • #11285
    Avatar photo[anonymous]
    .post-editor-form #post-title {
        font-size: 1em !important;
    }

    the style is not applied – the code is not showing up in dev tools – i tried 2 locations:

    `sites/test/input/themes/simple/assets/css/editor.css`

    `themes/simple/assets/css/editor.css`

    #11288
    Avatar photo[anonymous]

    Hi,

    You cannot affect post title field with this CSS code. The editor.css code affects only content of the posts (which is located in the TinyMCE iframe)

    #11289
    Avatar photo[anonymous]

    ah, yeah, that isn’t even a part of TinyMCE, is it?

    so then how can it be changed? is there another override file that can be created somewhere?

    #11290
    Avatar photo[anonymous]

    Hi,

    It cannot be changed – there is no way to override it in CSS from theme