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 need to create a new content type where the user can set the title, body and add a menu to the sidebar. I know I can create a menu separately and then make it visible only on this page, but I think the users will find this difficult to do. Is there a way, maybe with a module, to create and add the menu via the content creation page?
Hello, I would like to accelerate my Drupal 8 site building knowledge. I have very limited time and I find myself getting stuck for hours on topics that I'd think should be relatively simple. Topics I would like to cover include:
Hi, this may be a naive question as I'm a real beginner to web development. I built a blog website using Drupal 8, and downloaded and installed a theme. I would like to modify the theme, as I want to make the site title smaller and the navigation menu bigger. I first used the browser's inspect element tool to modify the CSS, which did exactly what I wanted. However, when I attempted to modify the style.css file and upload the modified version to the server, my changes did not take effect.