Hii! Iz me again, ever wanted 2 put different interests labels inztead of the ones spacehey gives?
Well, I got just da thing 4 u!
Here's da code:
/*coded by Inccubus Fangzz! If u zeeing dis, add mee :3 */
<style>
/*this part hides the title of the section you wanna change, the sections go from 1 to 6, use the number of the section you wanna change and write it where I put x*/
.details-table tr:nth-child(x) td:first-child p{ /*change x for number*/
visibility: hidden;
}
/*this part writes a new label before the hidden one, remember to change x for the same number you used before!!*/
.details-table tr:nth-child(x) td:first-child p:before{ /*change x for number*/
visibility: visible;
content:" " /*add your new label between the quotation marks (" ")*/
}
<style>
That'z it! If u don't wanna count, 1 iz General, 2 iz Music, 3 iz Movies, 4 iz Television, 5 iz Books and 6 iz Heroes! You can zee da code working on mah profile (changed heroes for games!)
Comment if using, and conzider adding me! Lmk if u need any help!
Comments
Displaying 5 of 5 comments ( View all | Add Comment )
walgreensbathbomb
hii its not working for me
can you check cause maybe i did something wrong? thankss
also i put this in the general section, and the one i want to change is the heroes part.
.details-table tr:nth-child(x) td:first-child p{ 6
visibility: hidden;
}
.details-table tr:nth-child(x) td:first-child p:before{ 6
visibility: visible;
content:"games"
}
<style>
try this!
.details-table tr:nth-child(6) td:first-child p{
visibility: hidden;
}
.details-table tr:nth-child(6) td:first-child p:before{
visibility: visible;
content:"games"
}
by Inccubus Fangzz; ; Report
AurumOrre
Works great! Thanks
glad 2 help!
by Inccubus Fangzz; ; Report
anya_!
THIS IS SO GOOD THANK YOUU!!
⦻𝔩𝔬𝔱𝔲𝔰𓂁𓂄𝔥𝔞𐰁𝔢.ᐟ
Thank you!
ur welcome!!
by Inccubus Fangzz; ; Report
annrchy
AAAA IVE BEEN LOOKING FOR A SOLUTION FOR THIS!! TYSMM DEFINITELY USING <33
GLAD 2 HELP <3
by Inccubus Fangzz; ; Report