Forum user Zbloger has been rocking the myspacelayoutsremixed forums with some great new codes you can use to remove portions of your myspace 2.0 layouts.
THIS WILL TAKE THE “ABOUT ME” TITLE OFF YOUR PAGE
.blurbAboutMe h4{display:none;}
.r{}
THIS WILL TAKE OF THE ANNOYING SMALL GREY TABLE WHICH SHOWS YOUR AGE, LOCATION AND EXTRA PHOTOS
div.profileDemographics {display:none;}
.r{}
THIS WILL REMOVE YOUR [...]
Category Archives: reset sheet
More CSS Removal Codes!
November 27, 2008 – 7:50 am
Removing Rounded Corners
October 27, 2008 – 5:21 pm
Unfortunately Myspace didn’t supply us with a completely style-less theme, so we have to do that ourselves. One of the biggest steps is to remove the rounded corners from the base stylesheet:
div.moduleTop,
div.moduleTop div,
div.moduleBottom,
div.moduleBottom div { background-color: transparent; background-image: none; font-size:0px; }
div.moduleTop div div { height:5px; border-top: 0px; margin: 0px 5px; }
div.moduleBottom div div { height:5px; [...]
