How to change size of font within posts
-
Hey guys,
this is the code in my style.css for content –
/* =Content
————————————————————– */#main {
padding:54px 0;
}
#content {
}
.hentry {
margin:9px 0 0 0;
padding:44px 1px 36px 1px;
border-top:1px solid #e0e0e0;
}
.p1 {
margin:0;
padding:0 0 36px 0;
border:none;
}
.page-title {
font-size:14px;
font-weight:bold;
padding:18px 0;
}
.page-title span {
font-size:12px;
font-weight:normal;
font-style:italic;
}
.entry-title {
font-size:24px;
line-height:26px;
padding:8px 0 2px 0;
font-weight:bold;
color:#3B86C7;
}
.entry-title a {
text-decoration:none;
color:#3B86C7;
}
.entry-meta {
font-size:12px;
font-weight:bold;
color:#3B86C7;
}
.entry-meta a {
color:#3B86C7;
font-style:normal;
font-weight:bold;
}
.entry-meta a:hover {
}
.entry-meta .author {
}
.entry-meta .meta-sep {
}
.entry-meta abbr {
}
.entry-content {
margin:18px 0 0 0;
overflow:hidden;
}
.entry-content h1, .entry-content h2 {
font-size:18px;
font-weight:bold;
margin:0 0 18px 0;
padding:18px 0 0 0;
}
.entry-content h3 {
font-weight:bold;
text-transform:uppercase;
letter-spacing:1px;
margin:0 0 18px 0;
padding:18px 0 0 0;
}
.entry-content h4 {
font-weight:bold;
font-size:11px;
text-transform:uppercase;
letter-spacing:1px;
}
.entry-content h5 {
font-size:11px;
text-transform:uppercase;
letter-spacing:1px;
}
.entry-content h6 {
font-size:10px;
text-transform:uppercase;
letter-spacing:1px;
}
.entry-content ul {
list-style:square;
margin:0 0 18px 1.5em;
}
.entry-content dl {
margin:0 1.5em;
}
.entry-content dt {
font-weight:bold;
}
.entry-content dd {
margin:0 0 18px 0;
}
.entry-content abbr, .entry-content acronym, .entry-content .help {
border-bottom: 1px dotted #333;
cursor: help;
}
.content-column, .entry-content .linkcat {
list-style:none;
float:left;
}
.more-link {
font-weight:bold;
font-style:italic;
display:block;
}
.page-link {
margin:0 0 18px 0;
}
.page .edit-link {
float:left;
clear:both;
}
.entry-utility {
font-size:11px;
font-weight:bold;
color:#3B86C7;
}
.entry-utility a {
font-style:italic;
font-weight:bold;
color:#3B86C7;
}
.entry-utility a:hover {
}
.comments-link a {
font-weight:bold;
color:#2772B3;
}I would like to change the font within the posts – what parameter should I change to do that?
Pls let me know,
Thank you!
TCT
- The topic ‘How to change size of font within posts’ is closed to new replies.