/* Načti Great Vibes (ponech jen pokud ho šablona nenačítá sama) */
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/*/* Hlavní nadpis v banneru (stránky i příspěvky) */
.futurio-page-title h1,
.page-header-title,
h1.page-title,
.entry-title.page-title {
  font-family: 'Great Vibes', cursive !important;
  color: #FFFFFF !important;
  font-size: 48px !important;
  line-height: 1.1 !important;
  text-align: center !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.28);
  margin: 0 !important;
}

/* Pozadí banneru v brand barvě + jemný gradient */
.futurio-page-title,
.page-header,
.header-page-title,
.page-header .container {
  background: #7e0661 !important;
  background-image: linear-gradient(135deg, #7e0661 0%, #9a0a7a 100%) !important;
  color: #FFFFFF !important;
  padding: 38px 0 !important;
  border: 0 !important;
}

/* Pro jistotu i pro jednotlivé příspěvky (blog) */
.single-post .futurio-page-title,
.single-post .page-header {
  background: #7e0661 !important;
  background-image: linear-gradient(135deg, #7e0661 0%, #9a0a7a 100%) !important;
}

/* Responsivní úpravy */
@media (max-width: 767px) {
  .futurio-page-title h1,
  .page-header-title,
  h1.page-title,
  .entry-title.page-title {
    font-size: 34px !important;
  }
  .futurio-page-title,
  .page-header,
  .header-page-title,
  .page-header .container {
    padding: 28px 0 !important;
  }
}
Zde přidejte svůj CSS kód.

Např.:
.example {
    color: red;
}

Chcete-li si oprášit své znalosti CSS, podívejte se na http://www.w3schools.com/css/css_syntax.asp

Konec komentáře */ 


