Hallo,
versuche schon seit eniger Zeit den News-Ticker auf meinem Blog (http://www.hoodsfinest.net) zu entfernen. Ich gehe davon aus das es ein Befehl wie "display: none" o.ä. ist, allerdings führten meine Spielereien mit dem Befehl bis jetzt nicht zum gewünschten Ergebnis.
Den Textblock ganz zu entfernen hat leider auch nichts gebracht :lol:
PHP
/*--------------------------------------------------------------
Ticker
--------------------------------------------------------------*/
.news-ticker {
background-color: #333;
height: 40px !important;
overflow: hidden;
}
.ticker-title {
padding: 10px 0;
font-size: 18px;
}
.ticker-info {
background-color: #F0696A;
color: #fff;
height: 40px;
line-height: 40px;
text-align: center;
text-transform: uppercase;
font-family: 'Oswald', sans-serif;
}
.ticker-info .fa {
margin-left: 5px;
}
.ticker-title a {
color: #fff;
}
/*--------------------------------------------------------------
Alles anzeigen
Danke falls jemand die Lösung kennt.
Lg