Retrospring is shutting down on 1st March, 2025 Read more
Haii!! On Ur bundlrs.cc/angeldevil how did you change the icons for the edit and settings things
I think it's a really cool detail and wanna know how to!
HI I just used this code below! Make sure to put it in <style> tags and replace imagelink with a pixel of your choice
.button:first-child svg {
/* edit icon /
background-image: url("imagelink");
}
.button svg {
/ settings icon */
color: transparent;
background: url("imagelink");
background-size: contain;
background-repeat: no-repeat;
}
Retrospring uses Markdown for formatting
*italic text*
for italic text
**bold text**
for bold text
[link](https://example.com)
for link