Skip to main content
GrN.dk

Main navigation

  • Articles
  • Cases
  • Contact
  • Your Digital Project Manager
  • About Greg Nowak
  • Services
  • Portfolio
  • Container
    • Excel Freelancer
    • Kubuntu - tips and tricks
    • Linux Apache MySQL and PHP
    • News
    • Image Gallery
User account menu
  • Log in

Join my community / free newsletter — sign up here

Breadcrumb

  1. Home

Free Drupal Themes in 2026: A Practical Shortlist

By Greg Nowak. Updated 27 July 2026.

A free Drupal theme can save time, but the download price is rarely the important cost. The real expense appears later: template overrides, inaccessible components, difficult upgrades, slow pages, and editors who need a developer for routine campaign work.

For a commercial website, choose the theme as part of the delivery architecture—not from screenshots alone. It should support the Drupal version you are deploying, suit the team’s front-end skills, handle real content cleanly, and remain understandable when another developer or agency takes over.

First, remove obsolete themes from the conversation

Drupal 7 reached end of life on 5 January 2025. Its core and contributed projects no longer receive official community releases or security support on Drupal.org. Themes remembered from Drupal 7 roundups—including old Bootstrap implementations, Foundation-based themes, and Commerce Kickstart designs—may still provide visual inspiration, but they are not sensible foundations for a new build.

For every contributed theme, check its Drupal.org project page. Look for a stable release compatible with your exact core version, security-advisory coverage, recent maintenance, usable documentation, and an issue queue that shows problems being understood and resolved. A familiar name is not enough.

The shortlist: four credible starting points

Starting point Best suited to Main trade-off Practical verdict
Olivero Content-led sites, public information, modest branding, and rapid launches Distinctive brand work will require a separate custom layer Use it as the quality baseline, even if it is not the final design
Core Starterkit Businesses that need a genuinely custom design with limited dependency risk Your team owns the generated code and future maintenance Often the cleanest route for a long-lived custom theme
Bootstrap 5.x Agency teams already fluent in Bootstrap and Drupal components A framework can add markup and assets the site does not need A sound accelerator when Bootstrap is an intentional team standard
Radix 6 Component-driven teams comfortable with Sass, Node.js, and a front-end build process More tooling and onboarding than a simple theme Strong for design systems; excessive for a small brochure site
A theme should match the delivery team and operating model as closely as it matches the visual brief.

Olivero: the benchmark, not merely the default

Olivero has been Drupal’s default front-end theme since Drupal 9.4. It provides a useful reference for responsive behavior, readable content, navigation, forms, focus states, and Drupal’s standard markup. Start an evaluation by loading representative content in Olivero. If a contributed theme makes that content harder to use or substantially more fragile, it needs to deliver a clear business benefit in return.

Olivero can also be sufficient for a straightforward organization or campaign site when the brand can be expressed through typography, color, photography, and a restrained set of components. Do not edit files inside Drupal core. If the design requires substantial template and component work, generate or adopt a proper custom theme instead.

Core Starterkit: the sensible custom option

Drupal’s Starterkit generator creates an independent custom theme rather than leaving the site permanently coupled to a base theme. From the Drupal root, a basic starting command is:

php core/scripts/drupal generate-theme company_theme --path themes/custom

The generated theme becomes project code, so budget for ownership: templates, CSS, JavaScript, accessibility fixes, regression testing, and documentation. This route is particularly attractive when the design is bespoke but the team wants a small, transparent foundation without inheriting a large framework.

Bootstrap 5.x: useful when the team already speaks Bootstrap

The long-running Drupal Bootstrap project now has a Bootstrap 5, jQuery-free branch using Drupal’s component-oriented approach. Its current 5.x line supports Drupal 10.3 and Drupal 11, with simple CSS and Sass sub-theme options. Install it through Composer:

composer require 'drupal/bootstrap:^5.0'

Bootstrap is valuable when the delivery team already has established components, conventions, and testing knowledge. It is less convincing when chosen simply because somebody recognizes the name. Decide whether assets will be built locally or loaded from a CDN, record that decision, and avoid shipping an entire framework for a handful of utility classes.

Radix 6: for component-led agency delivery

Radix 6 combines Bootstrap 5 with Sass, modern JavaScript tooling, Starterkit support, and Drupal Single Directory Components. Its supported release line covers current Drupal 10.3+, 11, and 12 projects. The Composer command is:

composer require 'drupal/radix:^6.0'

Radix makes sense when an agency is building a reusable component library and can maintain the Node-based toolchain. For a small site with occasional changes, that machinery may increase handover and upgrade costs without creating equivalent value.

Test operations, not just the homepage

Install the candidate on a staging copy and use realistic content. Test long titles, missing images, embedded media, multilingual text, search results, menus, forms, validation errors, password reset, and restricted pages. For commerce, include product variations, promotions, cart updates, checkout errors, account pages, and order history.

Review mobile layouts first. Navigate by keyboard, zoom the interface, check visible focus, and confirm that errors are understandable without relying on color alone. Measure pages using local and production-like hosting; a CDN is not automatically faster for every audience or deployment.

Finally, ask an editor to build a landing page without developer help. This exposes awkward image requirements, unclear component names, fragile layouts, and missing preview states far earlier than a design review does.

Make the decision easy to maintain

Record the chosen project and release line, why it was selected, how assets are built, where custom templates belong, which page types were tested, and who owns future upgrades. Never modify a contributed theme directly. Keep site-specific work in the generated theme or supported sub-theme so dependency updates remain reviewable.

If the choice is still unclear, a short theme and front-end architecture review is usually cheaper than undoing the wrong foundation during checkout work or a redesign. Greg can help turn a shortlist into a scoped, maintainable Drupal implementation plan.

Related on GrN.dk

  • Critical CSS for Faster Pages: When It Helps and When It Does Not
  • Apache 2.4.68 Is a Reminder That Old Proxy Rules Need a Real Audit
  • CMS Upgrades in 2026: Choosing PHP for WordPress and Drupal

Need help with this kind of work?

Discuss your Drupal theme shortlist with Greg Get in touch with Greg.

Sources

  • Drupal 7 has reached end of life
  • Olivero: Drupal core theme documentation
  • Drupal Starterkit theme documentation
  • Bootstrap theme project
  • Radix theme project
Last modified
2026-07-27

Tags

  • Drupal
  • Themes
  • web development
  • Ecommerce
  • Log in to post comments

Review Greg on Google

Greg Nowak Google Reviews

 

Illustrated infographic summarizing: AI Agents Need a Spending Brake, Not Just a Billing Dashboard
AI Agents Need a Spending Brake, Not Just a Billing Dashboard
2026-08-08

AI agent costs can climb inside a single workflow. Runtime budgets, loop detection, outcome metrics, and safe handoffs keep that spending under control.

Illustrated infographic summarizing: Drupal 12 Slipped to December. Drupal 10 Still Runs Out of Road
Drupal 12 Slipped to December. Drupal 10 Still Runs Out of Road
2026-08-07

Drupal 12 arrives as Drupal 10 support ends in December 2026. Moving to Drupal 11.3+ first keeps two mandatory upgrades manageable.

Illustrated infographic summarizing: EU OpenAI Residency Is a Migration Project, Not a Dashboard Toggle
EU OpenAI Residency Is a Migration Project, Not a Dashboard Toggle
2026-08-05

An EU-resident OpenAI API setup needs a new project, regional routing, dependency and state migration, compatibility testing, and clear governance evidence.

Illustrated infographic summarizing: AI Images Need a Chain of Custody, Not Just a Disclosure Label
AI Images Need a Chain of Custody, Not Just a Disclosure Label
2026-08-04

AI image labels are only the endpoint. Learn how to test C2PA credentials through editing, CMS, CDN and agency handoffs while preserving evidence.

Illustrated infographic summarizing: MCP Just Went Stateless: Audit the Integrations Behind Your AI Tools
MCP Just Went Stateless: Audit the Integrations Behind Your AI Tools
2026-08-03

The 28 July 2026 MCP release removes protocol sessions and changes discovery, tasks, caching, OAuth and tracing. A practical guide to auditing the move.

Illustrated infographic summarizing: SEO Trends for 2026: What Actually Changed Since 2024
SEO Trends for 2026: What Actually Changed Since 2024
2026-08-03

A practical guide to what changed in SEO between 2024 and 2026, from AI and multimodal search to Core Web Vitals, privacy and local visibility.

Illustrated infographic summarizing: INP and Green SEO Share a Backlog: Cut the Work Every Visit Repeats
INP and Green SEO Share a Backlog: Cut the Work Every Visit Repeats
2026-08-03

INP and sustainable web work often expose the same waste. Use field data, profiling, caching and performance budgets to build one practical backlog.

Illustrated infographic summarizing: AI crawler policy now has verbs: separate search, RAG, and training
AI crawler policy now has verbs: separate search, RAG, and training
2026-08-02

AI crawler rules now need separate decisions for search, RAG, and training, backed by practical testing across robots.txt, CDNs, WAFs, and CMS controls.

Illustrated infographic summarizing: WordPress Supports Old PHP; Your Production Server Shouldn’t
WordPress Supports Old PHP; Your Production Server Shouldn’t
2026-08-01

WordPress still runs on legacy PHP, but compatibility is not a security policy. Build and test your upgrade path before PHP 8.2 support ends.

Illustrated infographic summarizing: The AI-built tool your team relies on needs an owner
The AI-built tool your team relies on needs an owner
2026-07-31

AI-built internal tools can become business-critical before anyone owns them. Here is how to secure, review, monitor, and retire them without blocking useful work.

More articles
RSS feed

Footer

  • All articles
  • Contact

GrN.dk web platforms, web optimization, data analysis, data handling and logistics.