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 am running Drupal 10.3.0 which was installed with composer. I am trying to create my own theme. I have the directories and files set up, and when I make changes to the css file clear the cache it has zero effect. I created a custom and themename directory under the themes directory (/htdocs/theme/custom/tb) and created a templates,css,js,images directory in the tb directory.
I was developing my company website in Drupal and I am really of the result achieved, and I want to improve the mega menu of the website that is currently developed with Bootstrap Barrio children theme using a saas and a custom header, but keeping the functionalities of barrio to manage the bootstrap menu.
I was looking at this project ( The Better Mega Menu ) but seems to be in alpha, and I would like to hear if a different approach would exists instead of using an external module.
on Drupal10.2.6, I'd like to customize term belonging to a taxonomy called 'etats'. From the genuine 'taxonomy-term.html.twig' I created a 'taxonomy-term--etats.html.twig' template to get the following display:
'field_map'
nodes (teaser mode) that reference the term
'description' field
BUT, I cannot decide where the referencing nodes are displayed = all the time they are at the bottom. I'd like 2nd position.
On Drupal 10, I installed the Bootstrap 5 Barrio theme.
When an article is selected, the un-selected menu buttons are difficult to read in the View Edit Delete Revisions toolbar. Only the by default selected View button is OK.
How can I fix this in the themes style.css file or is there an other solution?