posted 1663454123
Forum: Web, HTML, Tech
View Topics View Profile
ok so i wanna replace the contact icons but i can only find how to do it w emojis. i wanna replace it w icons like this (from https://autism.crd.co/#small)
is there a way to do this or am i tryna do the impossible lolol
Report Topic
Sort Replies: Oldest Newest Newest Oldest
posted 1663930804
https://blog.spacehey.com/entry?id=7464
Permalink Report Reply
posted 1667425951
Like ^ @Bela said you can change them using that link, but instead of using: content: "💞"use: content: url("https://autism.crd.co/assets/images/gallery08/d8295ff5_original.gif");here's an example:.contact .inner .f-row:nth-child(1) .f-col:nth-child(1) a:before { /* Add to Friends */ content: url("https://autism.crd.co/assets/images/gallery08/d8295ff5_original.gif");}repeat for all :)