The following elements of the Top area can be customized:

Table 3. Top area customizable elements
UI element |
File |
Code sample |
|---|---|---|
Logotype image |
|
To change logotype image, you should go to page server > Branding Settings of the Plesk Sitebuilder Administrator Panel. |
Copyright |
|
|
Header background |
|
.sb-adminpanel-header-inner {
background-image: url(images\top_bg.jpg?4.1.0); background-position: left bottom; background-repeat: repeat-x; height: 100%; width: 100%; } .sb-adminpanel-header {
background-color: #ffffff; background-image: url(images\top_body_bg.jpg?4.1.0); background-position: top right; background-repeat: no-repeat; margin: 0; height: 50; }
|