Hallo, ich habe schon herumgegooglet und bin auch hier im Forum unterwegs gewesen, aber meine style.css sieht irgendwie anders aus als in den Beispielen, die ich finde.
Ich möchte die Schriftgrößen in meinem Blog ändern, sowohl für Überschriften als auch für die eigentlichen Beiträge, auch für Text in der Sidebar, Kommentare usw.
Mein Theme heiß Zest und kommt von FThemes.
Ich poste unten mal die Bereiche der style.css, wo ich vermute, etwas ändern zu müssen.
Vielleicht kann mir ja einer von euch helfen, ich wäre euch sehr dankbar.
Code
/* =POST
-------------------------------------------------------------- */
/* Post General
----------------------------*/
.post {
margin-bottom: 15px;
}
.post-box {
width: 295px;
height: 340px;
float: left;
margin-left: 15px;
overflow: hidden;
border: 1px solid #CDCDCD;
padding: 10px 9px;
background: #fff;
}
.post-wrap div:first-child {
margin-left: 0;
}
.page, .post-single {
border-bottom: 0;
margin-bottom: 0;
}
.title {
color: #333333;
margin: 0 0 10px 0;
padding: 0;
font-family: Arial, Helvetica, Sans-serif;
font-size: 18px;
line-height: 18px;
font-weight: bold;
}
.post-single .title {
font-size: 24px;
line-height: 24px;
}
.title a {
color: #333333;
text-decoration: none;
}
.title a:hover {
color: #549CC3;
text-decoration: none;
}
.entry {
line-height: 20px;
}
.featured_image {
padding: 6px;
border: 1px solid #CDCDCD;
background: #fff;
}
.featured-image-container {
overflow: hidden;
height: 100px;
margin-bottom: 15px;
}
.featured-image-container img {
width: 300px;
}
.page-title {
color: #333;
margin: 0px 0 10px 0;
padding: 0 0 10px 0;
font-weight: bold;
text-transform: uppercase;
font-size: 20px;
font-family: Arial, Helvetica, Sans-serif;
border-bottom: 2px solid #333;
}
/* Post Metas
----------------------------*/
.postmeta-primary {
color: #888888;
font-size: 12px;
line-height: 18px;
padding: 0 0 10px 0;
}
.postmeta-secondary {
color: #888888;
font-size: 12px;
line-height: 18px;
padding: 0 0 10px 0;
}
.postmeta-primary span, .postmeta-secondary span {
padding:3px 0 3px 20px;
background-position:left center;
background-repeat: no-repeat;
}
.meta_date {
background-image: url(images/date.png);
}
.meta_author {
background-image: url(images/author.png);
}
.meta_comments {
background-image: url(images/comments.png);
}
.meta_edit {
background-image: url(images/edit.png);
}
.meta_categories {
background-image: url(images/category.png);
}
.meta_tags {
background-image: url(images/tags.png);
}
Alles anzeigen