</SHALLOWBONES>'s profile picture

Published by

published
updated

Category: Web, HTML, Tech

Replace contact pngs

See those?  you can change them with ur own emojis or pngs !
just use this code below:
<style>
.contact .inner a img {
    font-size: 0;
}
.contact .inner a img:before {
    font-size: 1em;
    display: block
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before {
/* Add to Friends */
content: "💞"
}
.contact .inner .f-row:nth-child(1) .f-col:nth-child(2) a:before {
/* Add to Favorites */
content: "🤘🏽"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(1) a:before {
/* Send Message */
content: "💬"
}
.contact .inner .f-row:nth-child(2) .f-col:nth-child(2) a:before {
/* Forward to Friend */
content: "↗️"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(1) a:before {
/* Instant Message */
content: "📩"
}
.contact .inner .f-row:nth-child(3) .f-col:nth-child(2) a:before {
/* Block User */
content: "🛑"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(1) a:before {
/* Add to Group */
content: "💎"
}
.contact .inner .f-row:nth-child(4) .f-col:nth-child(2) a:before {
/* Report Profile */
content: "🚩"
}
</style>

to change it into a png use this :
<img src="ur direct image link" width="50"/>

(u can change the width size to whatever u want


0 Kudos

Comments

Displaying 1 of 1 comments ( View all | Add Comment )

Walter White

Walter White's profile picture
Pinned

Emailf or Shallowbones


Hello,


Thank you for code.

Thanks, bye.

Walt


Report Comment