« Web, HTML, Tech Forum

How do I change a section of my interests?

Posted by Kiosrel

posted

Forum: Web, HTML, Tech

I recently saw a profile that had the interest section "video games" and I would really like to know how to do that because "movies" and "series" don't suit me much, I'm not that much into watching series.


Report Topic

4 Replies

Sort Replies:

Reply by Pawtals!

posted
updated

Went on your profile and this worked, change :nth-child() to change different sections

.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p{
    color:transparent !important;
    text-shadow: none !important;
    letter-spacing: -100px;
}

.table-section:not(:last-child) .details-table tr:nth-child(1) td:first-child p::after {
    letter-spacing: inital;
    color: white;
    content: "hi"; 
}


Permalink Report Reply

Reply by Kiosrel

posted

It kinda works(?

The section's name is changed but it only shows the first letter of what I type

as an example in the code you made it only shows "h" and not "hi"


Permalink Report Reply

Reply by Pawtals!

posted
updated

SORRY I FORGOT TO MENTION SET LETTER SPACING TO "initial"


Permalink Report Reply

Reply by Kiosrel

posted

Oh, I didn't notice that it said "Inital" XD 
Thank you so much for your help!!


Permalink Report Reply