Hallo,
in meinem Blog würde ich gerne die Schriftfarbe ändern und zwar soll alles was jetzt blau ist, auch grau sein. Ich weiß nicht genau, welche Einträge ich ändern muss, kann mir da jemand helfen? Oder ist es möglich, die Schriftfarbe auch in meinem Style für den Blog einfach zu defininieren?
Das ist mein Style:
PHP
/*
CSS files kept in the 'styles' directory can be used to
customize your K2 installation without having to mess
with the core K2 files. This in turn makes it easier to
upgrade to new K2 version as well as debug any problems
that might occur.
You select styles from the K2 Options page in the
'Presentation' section of your WordPress administration.
For more information on how to use custom styles:
http://code.google.com/p/kaytwo/wiki/K2CSSandCustomCSS
Author Name : KH
Author Site : www.ohrenlounge.de
Style Name : Dunkelkammer
Style URI :
Version :1.0
Comments :
*/
body.columns-three #primary {
margin-left: 195px;
}
body.columns-three #sidebar-1 {
left: -520px;
margin-left: -195px;
}
body {
background: #000;
}
#page {
background: #111 url('PhotoBlack.jpg') center center repeat;
}
#header {
/* Contains the H1 and menu */
}
#primary {
background: #111 url('PhotoBlack.jpg') center center repeat;
}
.hentry {
/* Each entry is contained within the 'hentry' class */
}
.entry-content {
/* The meat and potatoes of every entry */
}
#sidebar-1 {
/* The first sidebar */
}
#sidebar-2 {
/* The second sidebar */
}
.secondary {
/* Contains both sidebars */
}
Alles anzeigen
Ich komme einfach nicht weiter...
Vielen Dank für eure Hilfe,
teatime:)