Hello,
To change this behavior you need to have source code license. However, you can simply disable it using CSS styles. You can find the following class
PageManagerPreviewInfo and its definition in the
~/App_Themes/Default/DesignMode.css file:
.PageManagerPreviewInfo {
background-color: #F5F3EC;
border-bottom: 1px solid #A4B2BC;
color: #000000;
font-family: Tahoma;
font-size: 11px;
padding: 4px 5px 4px 10px;
}
To hide this preview bar, it should be sufficient to add a new css definition
display:none.
Best regards,
Michal Legen