我为我的博主(http://alstat.blogspot.com/)尝试了一个新主题。一切都很好,除了帖子标题。当我在我博客的主页上时,我得到了这个大文本帖子标题,但是当我点击我的一篇帖子时,帖子标题字体会发生变化,并且它的大小会变小。该主题实际上可在此处获得(http://btemplates.com/2010/blogger-template-heliumified/)。我玩了css代码,并尝试编辑以下内容。我尝试将 更改.post h3 a,.post h3 a:visited,.post h3 strong
为.post h2 a,.post h2 a:visited,.post h2 strong
和 this 。post h3 a,.post h3 a:visited,.post h3 strong
. 什么也没发生,另外几行代码我也试着修改了一下,看看有没有变化。我玩过的 HTML 文件的 post 部分的代码如下所示。如果你们中的任何人可以帮助我,我真的很感激。顺便说一句,我是 HTML 的初学者。谢谢!
.post {
margin:0 0 25px;
}
.post h3 a,.post h3 a:visited,.post h3 strong {
display:block;
color:#333333;
font-family:Cuprum, arial, serif;
font-size:30px;
line-height:1.3;
text-decoration:none;
}
.post h3 strong,.post h3 a:hover {
color:#333333;
}