Support Forum
I would like to remove some labels and one of those is "Member Search (Current or All Forums)" in the Advanced Search section.
If I just remove the 'labelMemberSearch' in sp.Head.php, there will still be something left and I figured it's because of this:
"<fieldset class="spSearchMember">
<legend>Member Search (Current or All Forums):</legend>"
with css...
fieldset.spSearchMember {display:none;}
Visit Cruise Talk Central and Mr Papa's World
fieldset#spPmRecipients {display:none;}
.spProfileAvatar fieldset:first-child legend {display:none;}
Visit Cruise Talk Central and Mr Papa's World
Hmm almost..."fieldset#spPmRecipients legend {display:none;}" does the trick, but it also removes "Select From Members" and "Message Recipients", which I'm not really interested in....do you have another solution perhaps?
Can you also give me the line to remove the "Upload An Avatar" label in "Edit Avatar"? Forgot to mention that one..
lol...
in the avatar one, just remove the :first-child since that is what was originally requested...
in the pm one, sorry, should be fieldset#spPmRecipients legend {display: none;}
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)