Hi Sakin,
i updated now version 3.0 to delete the custom files in core theme.
Here is my custom css (entered in theme options):
/* nicht anzeigen von :Namen der postenden Person, Kategorie, Keywords*/
.entry-meta { display: none; }
/* Kleinbuchstaben im Menü*/
#header-menu ul.menu a { text-transform: lowercase; }
/* Rand zwischen Logo, Social Media Widget und Menü verkleinern*/
#site-logo { padding-top: 20px; }
#hgroup-wrap { padding-bottom: 5px; }
/* HauptMenü lesbarer machen*/
#header-menu ul.menu a { font-size: 16px; font-weight: bold; line-height: 4.5rem; }
/*Höhe des Untermenüs reduzieren*/
@media screen and (min-width: 1060px) { #header-menu ul.menu ul a { line-height: 15px; }}
/*Mouseover Effekt auf Slider-Text verhindern*/
#main-slider .entry-title span:hover,
#main-slider .entry-content:hover,
#slider-nav a:hover { background: rgba(255, 255, 255, 0.7); color: #222; }
/*Abstand zwischen Slider und 3 Feldern reduzieren*/
@media screen and (min-width: 961px) { .home #main { padding-top: 10px; }
.home .hentry { padding-bottom: 10px; }
Regards Stephan