How to Hide the Top Navigation Section and Search Bar on MySpace
- 1). Log in to your MySpace account with your user name and password.
- 2). Hover your mouse over "Profile" on the blue MySpace navigation bar at the top of your home page.
- 3). Select "Edit Profile" from the drop-down menu.
- 4). Copy and paste the following code into your "Who I'd Like to Meet Section" (for Myspace 1.0 users; 2.0 users, move on to Step 5):
<style type="text/css">div.profileWidth { margin-top: -30px !important; } div.profileWidth div { filter:alpha(opacity=0); opacity:0.0001; } div.profileWidth div.clearfix, div.profileWidth div div { filter:none; opacity:0.9999; } div.profileWidth div.clearfix { position:relative; top:30px; } div.profileWidth ul li { display: none; }</style> - 5). Copy and paste the following code into the CSS section of your profile (for MySpace 2.0 users):
#topnav li { display:none; } - 6). Click "Save Changes" or "Publish" and preview your profile.