I’ve a view in Drupal 8, and have configured a area in Drupal Developer view to have a customized CSS class.
Drupal Developer area I’m including Drupal Developer class to is a picture. Below Fashion Settings I’ve chosen “Customise area HTML” and “Create CSS class”.
After I examine Drupal Developer picture aspect on Drupal Developer entrance finish, Drupal Developer class is nowhere to be discovered, and Drupal Developer kinds should not utilized.
I even have a view fields template for this view named:
views-view-fields–home-page-top-three-stories.html.twig
{{ fields.field_story_preview_image.content material }} <div class="story-title-box"> <h3>{{ fields.title.content material}}</h3> <h4>{{ fields.field_subtitle.content material }}</h4> </div>
“fields.field_story_preview_image.content material” is Drupal Developer picture area that I want to apply Drupal Developer CSS class to. Am I lacking a configuration step?
Why is not Drupal Developer CSS class being utilized to this picture area?