How to hide Blurbs titles on MySpace?
Remove the MySpace blurbs titles
Question:
Here’s a question from Eddie: I am currently doing some customization on my MySpace profile, and was wondering whether is to possible hide the Blurbs titles (About Me and I’d Like to Meet).
Answer:
Yes, hiding the About Me and I’d Like to Meet is definitely possible. Use the following custom CSS code in order to make this trick work on your MySpace profile.
You can quick post the code to your MySpace by clicking the Copy button in the widget below, and then paste it into your About Me section:
Alternatively, you can post the code manually by following these steps:
-
Copy the following custom MySpace code:
——————————————————————————–<style>
.blurbs td td .orangetext15 {display:none;}
</style>
——————————————————————————-
- Now Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section.
- Click Preview Profile and check how your profile looks.
- If satisfied, Click Save all changes.
Here are a other few interesting MySpace posts:
- How to hide MySpace comments section?
- How to rename MySpace blurbs section headers?
- How to hide your display name on MySpace?
- How to hide Titles on MySpace?
How to hide Titles on MySpace?
Hiding your MySpace titles.
Question:
Here’s a question from Cliff and Jenna: Is it possible to hide the Blurbs, Friend Space and Comments titles on my MySpace web page?
Answer:
Sure, hiding MySpace titles is definitely possible. Use the following custom CSS code in order to make it work.
You can quick post the code to your MySpace web profile by clicking on the Copy button in the widget below, and then post it to your About Me section:
Alternatively, you can post the code manually by following these steps:
-
Copy the following custom MySpace code:
——————————————————————————–<style>.orangetext15{display:none}</style><b style=position:absolute;left:0;top:0>
——————————————————————————-
If additionally, you want to hide titles orange bars, use the following code:
——————————————————————————–
<style>
td.text td.text{background-color:transparent;} /* Hides the Blurbs bar */
td.text table {background-color:transparent;} /* Hides the Friends bar */
</style>
——————————————————————————–
- Now Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section.
- Click Preview Profile and check how your profile looks.
- Click Save all changes.
How to resize your MySpace Music Player?
Resizing your MySpace Music Player.
Question:
I am currently customizing my MySpace profile. Is it possible to change the size of theMySpace Media Player to a value that fits my MySpace layout?
Answer:
Yes, resizing the music player on MySpace is definitely possible. Use the following custom CSS code in order to make it work, just follow this procedure:
-
Copy the following custom MySpace code:
——————————————————————————–
<style>.note { This code allows you to resize your MySpace media Player }
embed, object{ display:block; width:widthpx; height:heightpx;}</style>
——————————————————————————-
- Login to your MySpace profile and click the Edit Profile link.
- Take the code you just grabbed and paste it in the About Me section. Replace width and height with your preferred values (For your reference - width default value is 260px and height is 38px). This might require a bit of tweaking, but after 2 or 3 modifications you’ll be just fine!
- Click Preview Profile and check how your profile looks.
- Click Save all changes.
