I have tried
"#interest{display: none}" and "#details #interest{display: none}"
But thoes didn't work. I wanna get rid of the intrests thing without removing the "Last login, Total Posts, Posts per Day, Member Since, Location, Birthday Occupation, & Website" parts. Please help
Here is the code i'm using. How can I mod this to get rid of the Intrests section?
#details #stats{background: transparent; border:none; position:absolute; width:75px; height:100px; left:-80px; top:180px; border:none; font-family:tahoma; font-size:10px; color: #BBBBBB; display: inline;}
#details #info{background: transparent; border:none; position:absolute; width:85px; height:100px; left:145px; top:180px; border:none; font-family:tahoma; font-size:10px; color: #BBBBBB; display: inline;}
#details #stats dd {border: 0px solid #330000; border-top: none; background: transparent; margin-bottom: 0px; padding-left: -20px;}
#details #stats dt {border-bottom: 1px solid #99C1DF; border-bottom: none; background: #330000 url() no-repeat; background-position: 100px 100px; padding-left: -20px;}
#details #info dd{border: 0px solid #330000; border-top: none; background: transparent; margin-bottom: 0px; padding-left: -20px;}
#details #info dt{border-bottom: 1px solid #99C1DF; border-bottom: none; background: #330000 url() no-repeat; background-position: 100px 100px; padding-left: -20px;}
#details #commonFriends {display:none;}
#details h2 {display:none;}
#details #info{background: transparent; border:none; position:absolute; width:85px; height:100px; left:145px; top:180px; border:none; font-family:tahoma; font-size:10px; color: #BBBBBB; display: inline;}
#details #stats dd {border: 0px solid #330000; border-top: none; background: transparent; margin-bottom: 0px; padding-left: -20px;}
#details #stats dt {border-bottom: 1px solid #99C1DF; border-bottom: none; background: #330000 url() no-repeat; background-position: 100px 100px; padding-left: -20px;}
#details #info dd{border: 0px solid #330000; border-top: none; background: transparent; margin-bottom: 0px; padding-left: -20px;}
#details #info dt{border-bottom: 1px solid #99C1DF; border-bottom: none; background: #330000 url() no-repeat; background-position: 100px 100px; padding-left: -20px;}
#details #commonFriends {display:none;}
#details h2 {display:none;}
Nevermind I got the answer from some1.
#details h3,#details hr,#details dt strong{display:none;}