Change the Interests text on MySpace

Customize the MySpace interests section fonts

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 Copy 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.

Hide contact boxes

Remove contact boxes on MySpace.

Question:

Here’s a question from Dale: I would like to hide the contact box on my MySpace profile. Can you provide me with the required codes?

Answer:

Thanks Dale. You might want to take a look at the tutorial i wrote on how to hide MySpace contact tables. It contains the CSS code that will help you to hide contact boxes on your MySpace profile.

Enjoy :-)

Remove MySpace blog

Removing the MySpace latest blog entry.

Question:

Here’s a question from Danni - I would like to remove the MySpace blog latest entry from my web profile. Can you help?

Answer:

Thanks Danni. Removing your latest blog entry from MySpace is quite simple. First go ahead an grab the CSS code i have specified on this tutorial. Then go ahead and paste that code in your About Me section, and you’ll be just fine. That’s it :)

Hide MySpace online icon

Question:

Here’s one from Ally - Thanks for the useful codes you often post in this web site. Maybe you can help also with this one: I am after some HTMl code that i can use in order to hide the MySpace online icon. Thanks in advance.

Answer:

Thanks for your question. Here’s the CSS code you’ll need to paste into the About Me section of your MySpace web profile:

<style>table table table td.text div img {visibility:hidden;}
</style>

Or paste it directly to your About Me section with the cool Gigya widget:



Leave me a comment in case of questions :)

How to hide the MySpace search bar?

Hiding the search bar on MySpace.

Question:

Dave asks: I am currently customizing my MySpace web site. Can you provide me with some CSS code that i can use in order to hide the MySpace search bar?

Answer:

Thanks Dave for your question. Here’s the CSS code you’ll need to use in order to hide the MySpace search bar (make sure that you paste it on the About Me section of your MySpace web page):

<style>
/* Hide myspace search bar*/
div div select, div div form {display:none}
</style>

Enjoy :)

How to quickly make section scrollbars?

Question:

Here is a question from Dean : I have seen a lots of MySpace profiles which feature custom section scrollbars. I have no knowledge of standard HTML nor CSS coding and was wondering if you can point me to the relevant codes that i’ll need in order to make a custom table scrollbar for my profile.

Answer:

Thanks for your question Dean. A few days ago i wrote a tutorial on scroll boxes for MySpace. I would recommend that you follow that tutorial, as it has everything you need to make section scrollbars.

How to hide the MySpace URL?

Hiding the URL text box on MySpace

Question:

Here’s one from Ellaine: I am after some CSS code that i can use in order to hide MySpace URL. Can you point me to a relevant tutorial?

Answer:

Thanks for the question. Here’s the code you’ll need in order to hide the MySpace URL. You’ll need to copy it and paste into your About Me section in your MySpace profile:

<style>
/* hide MySpace URL code  */
table.userProfileURL{display:none;}
</style> 

Enjoy!

Scroll friends and comments

Put friends and comments in a MySpace scrolling box.

Question:

Dundee asks: Maybe you can help. What i am looking for is some CSS code that will allow me to scroll friends and comments. Thanks in advance.

Answer:

Scrolling friends and comments is among the most popular MySpace profile coding tech support questions i usually get. A while ago, wrote a tutorial on how to put Friends and comments in a scroll box. I would suggest that you use that one and post a comment in case of questions.

Enjoy :)

Hide friends and comments code

Code for hiding MySpace Comments and Friends

Question:

Emily asks : First time in this blog - great collection of CSS code over here :) .Today, i am looking for some codes that will allow me to hide friends and comments. Know where i can find it?

Answer:

Thanks for your question. A while ago i wrote an easy to use web tutorial on how to hide friends and comments. I suggest that you’ll go there and copy the hide friends and comments code you are looking for :)

How to hide relationship / marital status on MySpace?

Hiding your relationship status on MySpace.

Question:

Brooke from Ireland asks: Thanks for the nice MySpace codes you guys often publish here. Can you provide me with CSS code that will allow me to hide my marital status on MySpace?

Answer:

Thanks for the question Brooke. Unfortunately, there is no straightforward way to hide your relationship status on MySpace. If this is absolutely important to you, you can try to use a custom details box generator or simply hide the details table.

← Previous PageNext Page →