Come together with the global Drupal community in Rotterdam, 28 Sept – 1 Oct 2026. Sessions, contribution, connection, and Early Bird savings until 8 June.
Hi, I ran across the same problem and was able to solve it by copying the field directory from the Classy theme to my custom theme's template directory. I also had to copy the file.css conrtent to my custom CSS files as well.
D8 \core\themes\classy\templates\field\ --or--
D8 \core\themes\classy\templates\field\field.html.twig if you just want the main file only.
Comments
Comment #2
doar1004 commentedComment #3
amh5514 commentedHi, I ran across the same problem and was able to solve it by copying the field directory from the Classy theme to my custom theme's template directory. I also had to copy the file.css conrtent to my custom CSS files as well.
D8 \core\themes\classy\templates\field\ --or--
D8 \core\themes\classy\templates\field\field.html.twig if you just want the main file only.
D8 \core\themes\classy\css\components\fields.css
Comment #5
zymphonies-dev commentedFixed and updated in 8.x-1.5
Comment #6
thebigcat commentedFor me, text and email field labels in the Sales Zymphonies theme are only showing up inline by default instead of above the field.
Labels for fields like 'text area' and 'file upload' show up above by default, however.
Using Drupal Webform 8.x-5.0