diff --git a/CustomFields/CustomFieldTitle.php b/CustomFields/CustomFieldTitle.php index 7b86fc554..2c0ad9f7f 100644 --- a/CustomFields/CustomFieldTitle.php +++ b/CustomFields/CustomFieldTitle.php @@ -60,7 +60,7 @@ class CustomFieldTitle implements CustomFieldInterface $builder->add($customField->getSlug(), 'custom_field_title', array( 'label' => false, 'attr' => array( - 'class' => 'no-label', + 'class' => 'cf-title', 'title' => $this->translatableStringHelper->localize($customField->getName()), self::TYPE => $customField->getOptions()[self::TYPE ] )