您好我想在图像悬停在wordpress主题中添加entypo图标,但它显示为字母或字符,以防我将使用一个代码示例,并在此代码中悬停entypo显示“,引号。
<div class="large-thumbnail">
<a href="url" title="">
<img width="400" height="220" src="image.jpg" class="image" alt="image"></a>
</div>
.large-thumbnail:hover a:after {
content: "\0022";
font: 48px/.75 'EntypoRegular';
height: 36px;
width: 32px;
margin-right: 5px;
vertical-align: -2px;
text-decoration: none;
display: inline-block;
zoom: 1;
_height: 36px;
}