- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2017 02:49 AM
Is it possible to hide specific buttons on the toolbar in Portal? I would like to hide the ability to attach an image, insert/edit code sample and source code. Possibly others too.
This is what the field looks like on the Portal:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2017 03:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2017 03:16 AM
I figured out how to hide sections, this hides the attach image section and the code section:
#mceu_25-body, #mceu_24-body {
display: none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-24-2017 03:21 AM
You can also hide specific buttons, e.g.
#mceu_9 {
display: none;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-16-2022 11:50 PM
Hi all,
Can anyone please let me know where this code has to be written in order to hide the source code in HTML variable in the portal?
Which button is hidden using this ?
#mceu_9 {
display: none;
}