— 5 Comments— 19 Kudos
My First Blog: Modify your profile to have custom interests titles!
Category: Web, HTML, Tech
Want a quick way to edit the titles of your interests? Just like how I did on my profile, replaced "Music" with "Games" to display other interests. Code .col.w-40.left > :nth-child(1 of .table-section) > div.inner > table.details-table > tbody > tr:nth-child(2) > td:first-child > p::after { content: "Games"; font-size: 12px; } .col.w-40.left > » Continue Reading