Top Area Elements

The following elements of the Top area can be customized:

 

  1. Logotype image
  2. Copyright
  3. Header background

 

Top area

 

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

style.css

.sb-header-copyright
{
    font-family: Tahoma, sans-serif;
    font-size: 10px;
    color: white;
}

Header background

style.css

.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;
}