« Web, HTML, Tech Forum

Any way to change the "User's interests" text to something different?

Since my profile is Postal themed i think it'd be cool to make the interests say "tasks"
If anyone has any code for that, help me...


Report Topic

2 Replies

Sort Replies:

Reply by Inccubus Fangzz

posted

If ur talking about the title of the table, not without also changing the links table....   or at least not that I know of

but if u wanna change the options (movies, heroes etc) I have a code for that on mah blogs


Permalink Report Reply

Reply by Franz Kafka

posted

Sure, here’s the code ! 


<style>

 .profile .table-section .heading h4 { font-size:0; }

.profile .table-section .heading h4:before{ content: "나의 관심사와 소셜 🤍"; font-size:.8rem; font-weight:bold; 

color:White; }

 </style>


The Korean text is where your put your own text, changing the name on the interests header.


Permalink Report Reply