2 things to note:
in default_list_simple_list.php on line 197 the dd class is hard coded to read
<dd class="input-field
it should read
<dd class="<?php echo $field->class;?>
to display the custom field label class you can define in the field.
2nd I also added the following css info to a style sheet and "/ components / com_cobalt / views / records / tmpl / default_markup_default.php" sees it fine, but "/ components / com_cobalt / views / records / tmpl / default_list_simple_list.php" does not format the
per the css. I am unable to find the cause.
2 things to note:
in default_list_simple_list.php on line 197 the dd class is hard coded to read
it should read
to display the custom field label class you can define in the field.
2nd I also added the following css info to a style sheet and "/ components / com_cobalt / views / records / tmpl / default_markup_default.php" sees it fine, but "/ components / com_cobalt / views / records / tmpl / default_list_simple_list.php" does not format the