The best I could think was to change the name of Biography to "."

Is there a better way?

Comments

m_orvad’s picture

2c’s picture

That patch is against a different version of Bio.

If you apply the following style in your sites CSS file then that will work. Be careful that no other element uses the same class.

.title{
display:none;
}

eggthing’s picture

Thanks! Taht almost worked but unfortunately, I do have other elements which have the same class. I'll try and mess around a bit with css though.

ajg112’s picture

Can I just add another push on getting this sorted/supported. Some form of options to disable the text 'Biography' would be great.

2c’s picture

eggthing,

try

.profile .title{
display:none;
}

eggthing’s picture

Thanks!!!!

That did the trick.

I really appreciate this!

juroon’s picture

So simple. This worked for me too. Thanks!