我正在使用一个名为“Sahifa”的wordpress高级主题。我想将所有书面帖子内容字体大小更改为16px。
这是我的CSS:
.entry {line-height:1.5;}
.content .entry iframe {max-width: 100%; }
.entry p {padding-top: 1.0em; padding-bottom: 1.0em;}
.entry img { max-width:100%; height:auto;}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
margin-top: 25px;
margin-bottom: 10px;
line-height: 1em;
font-family: Helvetica;
font-weight: normal;
}
.entry h1 {font-size:36px;}
.entry h2 {font-size:30px;}
.entry h3 {font-size:24px;}
.entry h4 {font-size:18px;}
.entry h5 {font-size:14px;}
.entry h6 {font-size:12px;}
.entry ol,
.entry ul {margin: 0 0 25px 10px;}
.entry ul li {list-style: outside disc; list-style-type: disc; list-style-image: none; list-style-position: outside;}
.entry ol li {list-style: outside decimal;}
.entry li {margin: 0 0 5px 10px;}
请告诉我,我应该改变什么。 问候, :)
答案 0 :(得分:0)
将第三行更改为:
.entry p {padding-top: 1.0em; padding-bottom: 1.0em; font-size: 16px;}
您可能会发现考虑指定字体大小的不同方法很有意思(您不必使用像素 - 您可以将其作为当前字体大小的比例),如{{3}文章。
答案 1 :(得分:0)
解决方案是Click on Sahifa>排版