我想用所需的图像替换超棒的图标
我尝试了很少的代码,例如:before {content: url("https://hhbchat.com/chatroom/img/crown.jpg") !important;}
,但没有帮助。
我想用我想要的图片替换图标,并且当前代码为.fa-headphones:before{content:"\f025"}
。我想用皇冠图片替换耳机,该图片在我的网站目录中可用。应该在https://hhbchat.com/chatroom
请帮助或指导我进行更改。
非常感谢您:)
答案 0 :(得分:0)
尝试
.fa-headphones:before{content:""}
.fa-headphones{background-image: url("https://hhbchat.com/chatroom/img/crown.jpg") }