Still on Drupal 7? Security support for Drupal 7 ended on 5 January 2025. Please visit our Drupal 7 End of Life resources page to review all of your options.
I'm new on Drupal! I need to create a custom template for a form that i have on my page. I saw on the core templates that exist a form.html.twig file. I copied this file to my custom theme but i don't know which name should have it. The file name suggestions doesn't appear while i am debuggging.
I am new to Drupal. I want to make some modifications to the bartik theme i am using D8 (like changing the logo position, changing the size of font in article titles, etc) i created a subtheme named it "mytheme" following the instruction i found here:
I am trying to edit the colors and background of the current theme and can't seem to find how to do it. I am in the css files doing it through code, but that doesn't seem to be working. Any suggestions on how to do it? I'm not sure of the theme name, I think it may be a custom theme.
Hello everybody, hope ya'll are having a great day and I hope that you can help me or point me in the right direction.
I am using one of the Drupal's free themes. What I have to do is to create a new page called, let's say Service ( domain.com/service/ but the catch is that this page needs to have a different header and footer than the rest of the site.
I've been searching for information on how to do this quickly and easily and i couldn't find anything to help, or maybe i didn't searched properly.
Is it possible to declare a twig function in a custom theme? This documentation page says you can do it in a module, but doesn't specify if it's possible in theme.
For more context, I'm trying to add a font-awesome icon in a menu link. I have a custom twig template ready for this menu, but {{ link(item.title, item.url) }} always escapes font-awesome markup.