I'm trying to use all codes I find on Google, but it only works for me. Other ppl sees my profile and sees the default tags (General, Music, Movies, TV, Books, Heroes, y'know). Idk what problem I have cuz my BFF uses the same code and it works perfectly for her. I even tried deleting all my codes just to see if it would work for me and nah...
When I use the code the first time I told her (my bff) and she said she couldn't see any changes on my interest labels, I thought she was the only one that couldn't see it, so I open my own profile on a page without login to see as another random person and I realize I was the only one who could see my interest labels the way I want (on my own account). Please if u know why this is happening to me tell me!! :c
I'm using this code rn:
<!-- (c) Layout created by flycel ☣ (https://layouts.spacehey.com/layout?id=24655) -->
<style>
table, th, td {
border: 0px solid;
}
:root {
--topic1: "Custom Name Here";
--topic2: "Custom Name Here";
--topic3: "Custom Name Here";
--topic4: "Custom Name Here";
--topic5: "Custom Name Here";
--topic6: "Custom Name Here";
}
.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>