Zu 2.:
Ändere
PHP
.comments-link a {
background: url("images/comment-bubble.png") no-repeat scroll 0 0 #EEEEEE;
color: #666666;
font-size: 13px;
font-weight: normal;
height: 36px;
line-height: 35px;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 1.5em;
width: 43px;
}
Alles anzeigen
in
PHP
.comments-link a {
background: url("images/comment-bubble.png") no-repeat scroll 0 0 #EEEEEE;
color: #666666;
font-size: 13px;
font-weight: normal;
height: 36px;
line-height: 35px;
overflow: hidden;
padding: 0;
position: absolute;
right: 0;
text-align: center;
text-decoration: none;
top: 1.5em;
width: 43px;
display: none;
}
Alles anzeigen