How do I remove the page title from the Editor panel ('HOME' in the picture above)?
It is called the editor-GlobalBar-pageTitle, but when I try to 'hide' it, it does not disappear.
Views
Replies
Total Likes
I am attempting to remove the site title from being displayed at all. For example, 'Home' should not be displayed in the original picture.
Below I have tried this code, but it only affects till the {domain}/editor.html/content/{siteName} rather than to {domain}/editor.html/content/{siteName}/home.html. Is there a way to fix this?
.editor-GlobalBar-pageTitle{
display:none important!;
}
Issue resolved. Having issues with cache.
Hi @mcoh,
Please check this: https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/hide-global-bar-in-editor-...
Hope that helps!
Regards,
Santosh
Hi!
I tried this:
.editor-GlobalBar-pageTitle{
display:none important!;
}
but it only affects till the {domain}/editor.html/content/{siteName} rather than to {domain}/editor.html/content/{siteName}/home.html. Is there a way to fix this?
Issue resolved. Having issues with cache. Thanks for the help!
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies