1. Copy the code below ↓
2. Paste it somewhere in your profile editor, e.g. "About me"
3. Rename the content that says "WILL REPLACE __" to whatever you want!
If you don't want the default text colour, change "var(--logo-blue)" to something else.
<style>
.table-section+.table-section .details-table tr:nth-child(n) td:first-child p:first-child {
display: contents;
}
.table-section+.table-section .details-table tr:nth-child(n) td:first-child::after {
content: none;
}
.details-table td:first-child {
color: var(--logo-blue);
font-size: 12px;
}
.details-table tr:nth-child(1) td:first-child p:first-child {
display: none }
.details-table tr:nth-child(1) td:first-child::after {
content: "WILL REPLACE GENERAL";
}
.details-table tr:nth-child(2) td:first-child p:first-child {
display: none }
.details-table tr:nth-child(2) td:first-child::after {
content: "WILL REPLACE MUSIC";
}
.details-table tr:nth-child(3) td:first-child p:first-child {
display: none }
.details-table tr:nth-child(3) td:first-child::after {
content: "WILL REPLACE MOVIES";
}
.details-table tr:nth-child(4) td:first-child p:first-child {
display: none }
.details-table tr:nth-child(4) td:first-child::after {
content: "WILL REPLACE TELEVISION";
}
.details-table tr:nth-child(5) td:first-child p:first-child {
display: none }
.details-table tr:nth-child(5) td:first-child::after {
content: "WILL REPLACE BOOKS";
}
.details-table tr:nth-child(6) td:first-child p:first-child {
display: none }
.details-table tr:nth-child(6) td:first-child::after {
content: "WILL REPLACE HEROES";
}
</style>
You can also delete whatever sections you don't plan on changing (or just name it the same as the default)! Here's an example of how I'd name my sections :3
Comments
Displaying 1 of 1 comments ( View all | Add Comment )
Mori-kun
These blogs are very helpful Thank you for sharing!! i'll definitely be using these when styling my profile in the future :3
hehe yay I'm really happy to help!
by Gloomy ₍^. .^₎⟆; ; Report