b]As this is not a bug-->thread moved to installation forum[/b
beckysoll wrote:hi, does anyone know of a way to get rid of this area:
"Field description: Move mouse over icon | * This Field is required | + This Field IS visible on profile | - This Field IS NOT visible on profile"
Really, i want to get rid of "this field is visible/not visible" on profile, Because i am mostly just using community builder to be able to accept or not accept user registration... I do not want ot confuse people with the whole profile thing..
does anyone know of a way to get rid of these descriptions?
You can add following statements to your CSS file either of your site template or of your CB template:
[code:1]#cbIconsTop, #cbIconsBottom {
display:none;
}[/code:1]
It's as simple as that (it has been designed for that...
By putting only one of the two names, you can selectively hide the one or the other
Power of CSS...