Plesk News Block

The following elements of the sub-area can be customized:

  1. Header of news set
  2. News title
  3. News layout
  4. Additional link

Customization samples

UI Element

Selector

CSS code sample

  • Header of news set

.newsHeader

.newsHeader .main

.newHeader .main {

color: #000000;

padding 0 10px;

fpnt-weight: bold;

}

  • News title

.newsTitle

.newsTitle {

color: #f60;

margin: 4px 0;

font-weight: bold;

text-transform: uppercase;

}

  • News layout

.newsBlockLayout

.newsBlock

.newsBlockLayout {

vertical-align: top;

border-top: solid 1px #eecd36;

border-bottom: solid 1px #eecd36;

background-position: right bottom;

background-repeat: no repeat;

background-color: #fff;

}

  • Additional link

.newsLinks

.newsLinks {

margin-top: 4px;

}