Update
This commit is contained in:
9
public/admin/css/hide-tinymce-branding.css
Normal file
9
public/admin/css/hide-tinymce-branding.css
Normal file
@@ -0,0 +1,9 @@
|
||||
/* Hide TinyMCE branding */
|
||||
.tox .tox-statusbar__branding {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* Alternative approach - hide the entire statusbar if needed */
|
||||
.tox .tox-statusbar {
|
||||
display: none !important;
|
||||
}
|
||||
Reference in New Issue
Block a user