Today after clearing my cache my site stop reading its css file. I checked all of my settings and they are still there. My site just seems to not be reading the css files
Im a real beginner. Never build any websites before. Couple of months ago I decided that i wanted to learn Drupal and I have followed the Acquia tutorials on YouTube as a starter. After that I have started to build a site from my own idea and used all kind of tutorials found on YouTube. I am happy with the site I've created and I would like to make it look like exactly how I want it. But for that I am clearly missing some knowledge and I need some assistance what I should learn first.
I am using Drupal 8.9 and trying to use libraries-override in order to remove a JS file from a parent theme with a few child themes. I have some shared JS, but I only need to use it on specific child themes, not all of them, so using libraries-override should be the right way to do so.
I have used libraries-override but it doesn't seem to work. The structure is:
I have installed Drupal 9 locally. I've installed Bootstrap Barrio theme and created a sub-theme. I tried to enable Twig Debugging in services.yml file as shown on these instructions https://www.drupal.org/docs/theming-drupal/twig-in-drupal/debugging-twig..., but I do not see the comments in the source. Enabling twig debugging in my drupal 8.x sites works. What am I doing wrong?
Not sure if this is the right place to pose the question but here it is anyway.
I am learning the Umami distribution and was playing around with the front page views and the theme regions. I wanted to know in which region the default view page appears. This was not clear so I started to delete regions from the umami theme info file. I got to the point where I deleted all of the regions but still the view page output appeared on the front page.