/* Hide TinyMCE branding */ .tox .tox-statusbar__branding { display: none !important; } /* Alternative approach - hide the entire statusbar if needed */ .tox .tox-statusbar { display: none !important; }