Remove I’d Like to meet section on MySpace

Question:

Here’s one from Dean: I am looking for some codes that i can use in order to remove the i’d like to meet section on MySpace. Can you help?

Answer:

Cheers Dean, Thanks for the question. Go ahead and navigate to your MySpace web profile About me section and paste the following CSS code that will allow you hide your I’d Like to Meet table:

</td></tr></table><table style="display:none"><tr><
td>

Please feel free to post a comment in case of issues.

Change the Interests text on MySpace

Question:

Here’s a question from Jonathan - How can i modify the font and color of the links text in my Interests table?

Answer:

Thanks for asking.
In order to change your Interests text you will need to modify the a.searchlinkSmall CSS code element in the About Me section of your MySpace profile.

You can quick post the required code automatically to your About Me section by clicking on the MySpace button in the widget below:



Alternatively, here’s a sample CSS code that will change your text:

<style>
/* Change Interests font on MySpace*/
a.searchlinkSmall{
font-family: Verdana, Arial;
font-size: 10px;
color red;}
</style>

You can choose your preferred color in our HTML color chart page.