#5256

jayjelee
Participant

Thank you for answer but I can’t change it … 🙁
I’d like to use this for my account icon
.fa-user a {
background-color: #FFF;
background-image: url(http://www.belle-forme.com/images/icon_cart.png);
background-repeat: no-repeat;
padding: 5px 30px;
width: 27px;
height: 27px;
}
.fa-user a:hover {
background-color: #FFF;
background-image: url(http://www.belle-forme.com/images/icon_cart_on.png);
background-repeat: no-repeat;
}

but I don’t know how to do .. would you please help?