Tag Archives: friendster layouts code

How to hide certain box in your Friendster

146
Filed under Random talks

For better understanding on How to Hide Friendster Profile, i recommended you to visit: http://friendster-hide.blogspot.com. I have compiled a tutorial speacial for this How to Hide Friendster Boxes on your profile. Take a visit: Friendster-Hide.blogspot.com

Ohh~ it seems like Friendster already update their system and the profile appreance. Added new things such as picture album that looks similar like myspace huh and also those fuking widgets. Lol, i hate the widgets fuking so much.!

Nway, that’s not the point of me to write about for today. Actually, i wanna share with you this quite good tricks to hide some of the boxes from your friendster profile. If you are one of Friendster-Layouts addicter, this might be one of your powerful things to do. CSS-ing aka Cross-over profile method. Lol.

Hiding the box is preety mush easy yet become complicated if friendster again updating their system. Emm, so here it is:

Hide About me paragraph in control panel
/* Hide About me paragraph in control panel*/
.controlpanel p {display:none!important;}

Hide the arrows in your mainnav dropdown links
/* Hide the arrows in your mainnav dropdown links */
#mainnav .mainfoldericon {display:none!important;}

Hide Recent Updates
/* Hide Recent Updates */
.user_tracker {display:none!important;}

Hide Google Search
/* Hide Google Search */
#search {display:none!important;}

Hide Friendster Classifieds
/* Hide Friendster Classifieds */
#marketing {display:none!important;}

Hide Footer
/* Hide Footer */
#footer_container {display:none!important;}

Hide Footer link only
/* Hide Footer link only */
#footer a {display:none!important;}

Hide friendster logo
/* Hide friendster logo */
#logo {display:none!important;}

Hide sidebar google ads
/* Hide sidebar google ads*/
#ads_2_3 {display:none!important;}

Hide Messages | Setting | Help | Log out
/* Hide Messages | Setting | Help | Log out*/
#subnav_search {display:none!important;}

Hide How you are connected box
/* Hide How you are connected box */
#meettrail_2_1 {display:none!important;}

Hide Friends Box
/* Hide Friends Box*/
#friends_2_2 {display:none!important;}

Hide More about you box
/* Hide More about you box */
#moreabout_1_5 {display:none!important;}

Hide Testimonials and comments
/* Hide Testimonials and comments */
#publiccomments_1_7 {display:none!important;}

Hide Your blogs
/* Hide Your blogs*/
#blogs_1_3 {display:none!important;}

Hide reviews section
/* Hide reviews section */
#reviews_1_4 {display:none!important;}

Hide White bar under navigation
/* Hide White bar under navigation */
#marketing_bg {display:none!important;}

Hide the Home | My Profile | My Connections
/* Hide the Home | My Profile | My Connections*/
#mainnav {display:none!important;}

Groups
/* Groups */
.groups {display:none!important;}

Hide Fan of box
/* Hide Fan of box */
#fanof_2_4 {display:none!important;}

Read More »