I want to have a different HTML tag rendering for my content fields. Currently I'm using views-view-fields--[myview_name].html.twig and I can access the fields using {{ fields.field_name.content }}. But {{ fields.field_name.content }} is actually a HTML rendered field.
How do I get the raw data from the view? Something like {{ node.field_name.value }} from the views-view ?
I want to make only level 0 transparent in the solo theme's main menu. If I use the predefined color scheme, I don't know what to apply the transparency to.
We are moving our site to Drupal. We are using a font from myfonts.com. I created a folder in Drupal and copied all of the myfonts files there, including the css file. I tried linking to the css file, but it's not working, not loading. I also tried adding the css file to the libraries.yml file, based on an article I read. How should custom fonts be set up in Drupal?