A-A+
DroidPress主题修改备忘:减小文章标题字号
DroidPress主题默认的文章标题字号过大,已经远远超过了网站标题字号,这让人很不舒服。要减少字号,请打开style.css,
找到
324 325 326 327 328 329 330 331 332 333 334 335 336 337 | .posts_title { font-size: 38px; margin-bottom: 8px; margin-top: 4px; font-weight: 400; line-height: 1.1em; } .posts_title a{ font-size: 38px; margin-bottom: 8px; margin-left: -2px; color: #000; } |
把其中的字体大小font-size: 38px;改为24左右即可。