Log In · Register

 
 
Closed TopicStart new topic
CSS for Profile 2.0
illmatic11
post Dec 12 2008, 05:17 AM
Post #1


Senior Member
***

Group: Member
Posts: 93
Joined: May 2007
Member No: 521,079



Is there a way to get rid of -the small linked pictures of me, under the contact links on the right side of the page,, on the new 2.0 profile, and also can I make my default pic on the page larger?? Thanks for any help
 
Insurmountable
post Dec 12 2008, 10:16 PM
Post #2


Cornflakes :D
*******

Group: Staff Alumni
Posts: 4,541
Joined: Dec 2005
Member No: 322,923



Those pictures don't show up for me, I've seen them on other profiles but I never have seen them on my actual profile so I can't really write something and test it to see if it works so the best I can do is give you a code to remove the whole blue box:

CODE

div.basicInfoModule div.profileDemographics ul.profileUserInfo li img {display:none;}
div.basicInfoModule div.profileDemographics span.age {display:none;}
div.basicInfoModule div.profileDemographics span.gender {display:none;}
div.basicInfoModule div.profileDemographics li.tags {display:none;}
div.basicInfoModule div.profileDemographics span.locality {display:none;}
div.basicInfoModule div.profileDemographics span.region {display:none;}
div.basicInfoModule div.profileDemographics span.country-name {display:none;}
div.basicInfoModule div.profileDemographics li.lastlogin {display:none;}
div.basicInfoModule div.profileDemographics li {display:none;}
div.basicInfoModule div.profileDemographics {display:none;}



And to change the size of your default picture use this:
CODE
div.basicInfoModule div.photo {height:500px; width:500px;}


Just change the 500 numbers to any number that you would like. Just do keep in mind that this does not auto resize your pictures so your picture could possibly not fill the whole image.
 
Mickey
post Dec 13 2008, 04:49 AM
Post #3


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



Use this code to remove the pictures:

CODE
div.basicInfoModule div.profileDemographics ul.profileUserAlbum {display:none;}

Then use this to resize your default picture:

CODE
div.basicInfoModule div.photo {height:#px; width:#px;}

Just replace the pound symbols with the size you want.
 
illmatic11
post Dec 13 2008, 06:01 AM
Post #4


Senior Member
***

Group: Member
Posts: 93
Joined: May 2007
Member No: 521,079



THANKS
 
Mickey
post Dec 13 2008, 06:39 AM
Post #5


Treasure Pleasure
********

Group: Head Staff
Posts: 11,193
Joined: Oct 2005
Member No: 281,127



No problem. Topic closed & moved.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: