Inccubus Fangzz's profile picture

Published by

published
updated

Category: Web, HTML, Tech

DIFFERENT INTERESTS ON DA TABLE! (Layout)

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!


15 Kudos

Comments

Displaying 4 of 4 comments ( View all | Add Comment )

꒱ FISH ⭑.ᐟ

꒱ FISH ⭑.ᐟ's profile picture

THANK YOU SO MUCH WHAT THE FLIP IM USING !!!


Report Comment

walgreensbathbomb

walgreensbathbomb's profile picture

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>


Report Comment



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

anya_!

anya_!'s profile picture

THIS IS SO GOOD THANK YOUU!!


Report Comment

⦻𝔩𝔬𝔱𝔲𝔰𓂁𓂄𝔥𝔞𐰁𝔢.ᐟ

⦻𝔩𝔬𝔱𝔲𝔰𓂁𓂄𝔥𝔞𐰁𝔢.ᐟ's profile picture

Thank you!


Report Comment



ur welcome!!

by Inccubus Fangzz; ; Report