socialgo
Apr 25th

Quick tip: hide birthday by default

By ezra vancil
This has been a question going round and round since the beginning: how to hide the birthday. It's been answered in forums, but I thought I'd put it out there. Unless Socialgo has added another solution (if the have let me know) this is how I do it on this site. Place this code inside of your "header" inside of the custom html section of your admin:header.jpg
div.bday {
        display: none!important;
}
Now of course your members can disable the birth date in the security settings, but for some networks, this is just not a viable option.