Files
aritmija/public/admin/css/hide-tinymce-branding.css
2026-05-13 17:11:09 +02:00

10 lines
212 B
CSS

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