Hi,
The theme.css file has an entry in line 1350 which "forces" the static labels in the form group to be not displayed.
.bmd-form-group .bmd-label-static{
display:none;
}
Commenting out these lines solves the problem.
Just wondering why this entry was added to the css file.
Cheers
Ralf
Hi,
The theme.css file has an entry in line 1350 which "forces" the static labels in the form group to be not displayed.
.bmd-form-group .bmd-label-static{
display:none;
}
Commenting out these lines solves the problem.
Just wondering why this entry was added to the css file.
Cheers
Ralf