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.