Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how to you hide all the interest except the general section....?
okay so ive been trying for days to figure this out.
so, i only want the GENERAL section in my interests, but i have to put the code that hides my school in my heroes box, so all i need is a code that will hide all the others except the general section, but i still need my school hidden too.
2 Answers
- 1 decade agoFavorite Answer
Simply put NOTHING in your other Interests table sections, and they will automatically not show up.
As for your schools table, try this.
<style>
table.userprofileschool {display:none;}
</style>
- shygirl93Lv 71 decade ago
Don't put anything in your interest box.
Use the code below to hide your school.
<style>
table.userprofileschool {display:none;}
</style>