Remove privacy key on members profile blocks

Hi,

I'm just wondering how it would be possible to remove the little privacy key that is on the titlebar of each block on member's profiles? I don't want them to have the ability to hide their blocks...

Thanks!

Quote · 19 Feb 2013

templates/base/css/common.css - around line 311

div.dbPrivacy .sys-icon {
    display:block;
    min-height:16px;
    min-width:16px;
    font-size:16px;
    color:#FCB514;   
}

change

display:block;

to

display:none;

caredesign.net
Quote · 19 Feb 2013

oh thanks, that did the trick!

Quote · 19 Feb 2013
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.