Hello, I am in the midst of editing a profile and i have run into a slight issue, I was hoping someone with a bit of css know-how could help.
I am trying to remove certain sections from my profile, I know that to do this I need to use
#section_name or .section_value { display: none;}
however I don't know some of the classes or values for some of the sections so I can't remove them.
Specifically I want to remove the "friends" section and all its contents as well as the "schedule" section and all of its contents.
the friends section is part of #profile_about_me_friends, but if I display: none that, it also removes the entire about me section, which I need for my profile info and whatnot, so I just want to specifically remove the friend part and not the about me.
I would also like to remove certain .headings but not all of them, I know I can add .heading { display:none} but that would remove all headings, I would just like to remove the about me heading and also the friend heading, if possible?
Does anyone know the classes and value names? or any other methods to do this?
I found this list/cheat-sheet > http://mfcprofilesbasics.blogspot.co.uk ... sheet.html which provides a lot of them, but not all the ones I need, some of them I just had to guess/ improvise which I did but I am stuck at this specific point.
I hope I have been making sense, if not just let me know and I will try to be more clear in a following post
Thanks in advance for any help.
Vall.
I am trying to remove certain sections from my profile, I know that to do this I need to use
#section_name or .section_value { display: none;}
however I don't know some of the classes or values for some of the sections so I can't remove them.
Specifically I want to remove the "friends" section and all its contents as well as the "schedule" section and all of its contents.
the friends section is part of #profile_about_me_friends, but if I display: none that, it also removes the entire about me section, which I need for my profile info and whatnot, so I just want to specifically remove the friend part and not the about me.
I would also like to remove certain .headings but not all of them, I know I can add .heading { display:none} but that would remove all headings, I would just like to remove the about me heading and also the friend heading, if possible?
Does anyone know the classes and value names? or any other methods to do this?
I found this list/cheat-sheet > http://mfcprofilesbasics.blogspot.co.uk ... sheet.html which provides a lot of them, but not all the ones I need, some of them I just had to guess/ improvise which I did but I am stuck at this specific point.
I hope I have been making sense, if not just let me know and I will try to be more clear in a following post
Thanks in advance for any help.
Vall.