Hello! Here is a quick brief tutorial on how to customize the titles in your interest table located on your profile!
You can put whatever text you want in the sections. If you want to eliminate a category you will simply leave it blank but it will not get rid of the box completely it will still remain there.
The coding will be listed below
replace the texts listed "name" with the desired title.
<style>
table, th, td {
border: 0px solid;
}
:root {
--topic1: "name";
--topic2: "name";
--topic3: "name";
--topic4: "name";
--topic5: "name";
--topic6: "name";
}
.table-section:not(:last-child) .details-table tr td:first-child p{color:transparent !important;text-shadow: none !important;letter-spacing: -100px;}
.details-table tr td:first-child p::after{
color:var(--links) !important;
letter-spacing:normal !important;
text-shadow: 2px 2px black !important;
filter: brightness(95%) !important;
}
.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after{
content: var(--topic1);
}
.table-section:not(:last-child) .details-table tr:nth-child(2) td:first-child p::after{
content: var(--topic2);
}
.table-section:not(:last-child) .details-table tr:nth-child(3) td:first-child p::after{
content: var(--topic3);
}
.table-section:not(:last-child) .details-table tr:nth-child(4) td:first-child p::after{
content: var(--topic4);
}
.table-section:not(:last-child) .details-table tr:nth-child(5) td:first-child p::after{
content: var(--topic5);
}
.table-section:not(:last-child) .details-table tr:nth-child(6) td:first-child p::after{
content: var(--topic6);
}
</style>
--------------
simply copy and paste this into your "about me" section of your profile!
Hope this helped, if you have any questions don't be afraid to ask in the comments I am active daily!
Comments
Displaying 20 of 67 comments ( View all | Add Comment )
sugar
tysm!! but how do i remove the black text? its overlapping with my pink text :d
# . pixy ᶻz
TYSM!
xCandyGrrlx
thank you! :)
CAKEPAW DELUXE
LIFESAVER!! im using this!!
CAKEPAW DELUXE
LIFESAVER!! im using this!!
ass soda
using ty
Melli
Thank you!!!!
sam
using tysm!!!!
꒰ᐢ. .ᐢ꒱ itasukii!!
usingg
cinamotroll
using !!
Detective
using, thanku!
dean
so helpful, thank you so much!
✮⋆˙Expired_rice˙⋆✮
Tried this code and It's not showing up for other ppl, is this a me problem or has it happened to anyone else?
https://blog.spacehey.com/entry?id=1479736
by Sunny; ; Report
Skykristal
Exactly what I was looking for. Using!
🌈💗 𐙚CutePinkKitty!♡𐑂💗ฅ^>⩊<^ ฅ
Using!! Tysm!! <33
Sunny
shameless plug but here is my blog post w/ working code ;-; https://blog.spacehey.com/entry?id=1479736
zé maria
It only shows to you ;(
https://blog.spacehey.com/entry?id=1479736
by ace; ; Report
ME
HIII!!! THANK U SO MUCH FOR SHARING THE CODE! I tried to copy the code, but it only worked when I view my profile myself, when other people view it it doesnt work :((( why is that??
https://blog.spacehey.com/entry?id=1479736
by ace; ; Report
AtissaMuneerah
hello hello! does anyone know how to add an underline...? or you just put it insider the name as well?/
apollo :p
how would I add a border around the boxes? specifically a dashed border
hi ! in this part
table, th, td {
border: 0px solid;
}
you change it to "border: 2px dashed (color you want the border to be);"
by kiri; ; Report
thank you sm!!!
by apollo :p; ; Report