Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

How to change editor-GlobalBar-pageTitle to a generic name

Avatar

Level 2

mcoh_0-1667855966731.png

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.

6 Replies

Avatar

Community Advisor

@mcoh can you please elaborate? But a simple solution will be to edit the "title" field in the page properties tab.

Avatar

Level 2

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!;

}

Avatar

Level 2

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?

Avatar

Level 2

Issue resolved. Having issues with cache. Thanks for the help!