On Hetero's profile, I want it to say something like 'freaks like me' instead of pet treasure, is this allowed or possible?
[font=monospace] Autistic, Bipolar, Depressed, OCDed(and who knows what the hell else I have honestly) and really really anxious over every little thing. Yup that's me! Call me Midna, pleasure to meet you.[/font]
alright so i did this by making the default text transparent and adding the 'freaks like me' text as a background there might be an easier way but eh this is all that came to mind lol
h2 {
background-image: url(https://i.gyazo.com/a36ae68651b8adfdfbb031e351e9654b.png);
width: 141px;
height: 19px;
color: transparent;
}
if you want to use a different image as the header just replace the image url and width and height measures~
also your signature gif is amazing omg lmao
Thank you so much! And yes I love L!
[font=monospace] Autistic, Bipolar, Depressed, OCDed(and who knows what the hell else I have honestly) and really really anxious over every little thing. Yup that's me! Call me Midna, pleasure to meet you.[/font]
you're welcome!!
i love death note q ___ q it's been like 6-7 years since i've read the manga tho and i was thinking of binge-reading it again sometime |D
I have an easier way to replace header texts on profiles :) I would just like to ask that you credit me if you use this code.
<style>
h2 { color: rgba(0,0,0,0); }
h2::before { content: 'Freaks like me'; color: ; }
</style>
The first line hides the default text. There are many ways to do this, but I did it here by making it transparent.
The second line uses the CSS ::before pseudo-selector to insert content in the beginning of the element (before the default content). In this example, the 'content' attribute is the text to be inserted. Then, you set the color of this text to black, so that the user will see this instead of the default text (which remains transparent).
Here is an example (I changed Pet Treasure to say Lab Equipment): https://subeta.net/pets/Glyn
Enjoy~
🐝 ☕ bug (he/him) | your friendly neighborhood code wrangler. stay in the loop! join and check out the latest admin post highlights
omg i had no idea you could even do that guess you learn something new everyday |D thank you~
thank you!
[font=monospace] Autistic, Bipolar, Depressed, OCDed(and who knows what the hell else I have honestly) and really really anxious over every little thing. Yup that's me! Call me Midna, pleasure to meet you.[/font]