Is there a way to remove the general, heros, games etc sections from the interest tab but keep movies and music?
Is there a way to remove the general, heros, games etc sections from the interest tab but keep movies and music?
use this code!
<style> .interests tr:nth-child(1), .interests tr:nth-child(4), .interests tr:nth-child(5), .interests tr:nth-child(6), .interests tr:nth-child(7) {display:none;}</style>
This worked, thank you so much!
@ST0V5 you're welcome ^__^
You must be logged in to reply.