Skip to main content
Home
GrN.dk

Main navigation

  • Articles
  • Cases
  • Services
  • Your Digital Project Manager
  • About Greg Nowak
  • Image Gallery
  • Contact
User account menu
  • Log in

Join my community / free newsletter — sign up here

Breadcrumb

  1. Home

Free Drupal Themes in 2026: Four Sensible Starting Points

Illustrated infographic summarizing: Free Drupal Themes in 2026: A Practical Shortlist

By Greg Nowak. Updated 6 September 2026.

A free Drupal theme can reduce the work needed to launch a website. The bigger question is what it will cost to change that website later: adding a landing page, fixing a mobile menu, updating Drupal, or handing the project to another agency.

For business websites, my shortlist is Olivero, core Starterkit, the Bootstrap project's 5.x branch, and Radix 6. They serve different needs. Olivero provides an existing design; the others are foundations for development. Choose around your content, branding and maintenance team before comparing screenshots.

Which starting point fits your project?

Starting point Choose it when Budget for
Olivero A content website can work within an established design Content configuration, brand fit and testing
Core Starterkit You need a custom design with direct ownership of the theme Design implementation and ongoing code maintenance
Bootstrap 5.x Your agency already uses Bootstrap consistently A sub-theme, asset decisions and integration testing
Radix 6 Your team builds reusable components and maintains frontend tooling Component development, build tooling and handover
All four have no theme licence fee. The development effort and responsibilities differ substantially.

Check compatibility before investing in a demo

Start with the exact Drupal version installed on your site and the version planned for its next upgrade. For contributed themes, check the stable release's compatibility range, security shield, documentation and unresolved issues affecting your requirements. A compatible version number is a starting point, not proof that your whole site will work.

Older roundups need particular care. Drupal 7 has reached end of life, and official community releases and support have ended. Its themes are unsuitable foundations for a new Drupal build. Equally, check the actual release before dismissing a project simply because its name is familiar from older sites.

Olivero: start here for a straightforward content site

Olivero is Drupal's default frontend theme, introduced as the default in Drupal 9.4. It is a useful first candidate when readable articles, service information and clear navigation matter more than a distinctive page composition.

Load real content before deciding whether it fits: a long service page, a news listing, a contact form and your actual menu. This gives the business something concrete to assess. It also establishes a baseline against which to judge more elaborate options.

If the design brief requires extensive template changes, price a custom theme early. Never edit Olivero's files inside Drupal core; those changes would complicate updates.

Core Starterkit: for a custom design you own

Starterkit generates an independent theme that becomes part of your project. It is a sensible option when a business needs its own design and the development team wants control over the templates and assets.

The Starterkit documentation distinguishes commands by core version. For Drupal versions through 11.3.x, run this from the Drupal web root, usually the web/ directory in a Composer project:

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

Check the documentation for the appropriate command on later versions. Generation creates a starting point; your team still implements the design and maintains the resulting code.

Upstream Starterkit improvements do not automatically flow into an independent theme. Keep the generator metadata and assign responsibility for reviewing relevant fixes, including accessibility changes. This approach works well when ownership is explicit.

Bootstrap 5.x: a practical choice for an experienced Bootstrap team

The Drupal Bootstrap project has a 5.x line using Bootstrap 5 and Single Directory Components, without jQuery. Its listed stable 5.0.2 release supports Drupal ^10.3 || ^11.0 and has security-advisory coverage. It offers CSS and Sass sub-theme options.

From the Composer project root:

composer require 'drupal/bootstrap:^5.0'

This command targets the Bootstrap project, whose package is drupal/bootstrap. Confirm the package name when following tutorials.

For an existing site, the crucial detail is that 5.x is a complete rewrite of the older 8.x-3.x theme, with no formal upgrade path. Budget for reviewing markup and rebuilding customisations.

For a new build, its appeal is team familiarity. Use a supported sub-theme, document how assets are loaded or compiled, and check what CSS and JavaScript representative pages actually need.

Radix 6: for teams investing in reusable components

Radix 6 combines Bootstrap 5, Sass and JavaScript tooling with Drupal's Starterkit and Single Directory Components. The project lists stable 6.0.8 with security-advisory coverage and compatibility with Drupal 10.3 and 11, among its declared core ranges.

composer require 'drupal/radix:^6.0'

Run Composer from the project root, then follow the project's theme-generation and build instructions. Installing the dependency alone does not create your finished site theme.

Radix is worth evaluating when an agency wants repeatable components across page types. Before choosing it, establish who maintains the Node environment, package dependencies and production build. A small brochure site may not need that level of tooling.

Test the work your website must support

Shortlist two candidates and compare them on staging using the same content. Ask an editor to assemble a campaign page, replace an image and preview the result. A frontend theme alone does not provide a complete page-building workflow; content types, layout tools and permissions also shape that experience.

Test mobile navigation, long headings, missing images, search results and form errors. Check keyboard access, visible focus and zoom. Measure representative pages with realistic images and third-party scripts.

For commerce, include product variations, cart changes, checkout validation and order history. A polished product grid tells you little about the purchase journey.

Choose with the next handover in mind

Record the chosen release line, customisation approach, build commands, tested page types and upgrade owner. Ask for estimates covering implementation, editor setup and maintenance as well as visual design.

If you need a second opinion before committing, discuss your Drupal theme shortlist with Greg. Bring your Drupal version, key page types and design requirements so the review can focus on a practical implementation plan.

Related on GrN.dk

  • AI Crawler Control for Business Websites: Protect Content Without Vanishing from Search
  • Cloudflare Page Rules Debt: How Quiet Configuration Drift Breaks Business Websites
  • NGINX 1.30 changed upstream connection reuse: what to check before you upgrade

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-09-06

Tags

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

Review Greg on Google

Greg Nowak Google Reviews

 

Written recommendations from Trafik og Veje, Aarhus Municipality (2011) and AgroTech (2010) — read them on LinkedIn.

Illustrated infographic summarizing: From Supplier PDFs to Product Data: Where AI Needs a Second Check
From Supplier PDFs to Product Data: Where AI Needs a Second Check
2026-09-07

Supplier files need more than extraction. Here’s how to check coverage, match SKUs, resolve unclear units and prices, and test product data before a catalogue import.

Illustrated infographic summarizing: Shorter TLS Certificates: Will Your Renewal Setup Keep Up?
Shorter TLS Certificates: Will Your Renewal Setup Keep Up?
2026-09-06

Shorter TLS certificates leave less room for renewal problems. Check domain validation, scheduling, deployment and the certificate your customers actually receive.

Illustrated infographic summarizing: Your AI Image Has Content Credentials. Will Your Website Keep Them?
Your AI Image Has Content Credentials. Will Your Website Keep Them?
2026-09-05

AI image credentials can disappear during routine website processing. Learn how to test your CMS, optimizer, CDN, and publishing workflow end to end.

Illustrated infographic summarizing: What Are Customers Asking? Let AI Find the Patterns in Support Tickets
What Are Customers Asking? Let AI Find the Patterns in Support Tickets
2026-09-04

AI-based ticket analysis can uncover recurring complaints, product defects and gaps in documentation—without the company needing yet another chatbot.

Illustrated infographic summarizing: OpenAI Has Machine Identity Now. Which Jobs Should Lose API Keys?
OpenAI Has Machine Identity Now. Which Jobs Should Lose API Keys?
2026-09-03

OpenAI’s X.509 workload identity can replace API keys for the right workloads. This practical framework helps teams decide where to start safely.

Illustrated infographic summarizing: WordPress 7.1 Exposes AI-Ready Actions. Who Gets to Run Them?
WordPress 7.1 Exposes AI-Ready Actions. Who Gets to Run Them?
2026-09-02

WordPress 7.1 helps AI agents discover and invoke site abilities. Here is how to keep exposure, authentication and permission firmly separate.

Illustrated infographic summarizing: From Sales Meeting to CRM: Automate Follow-Up Without Compromising Data Quality
From Sales Meeting to CRM: Automate Follow-Up Without Compromising Data Quality
2026-09-01

How to use AI for meeting notes and follow-up while fixed rules protect CRM data, customer matching and the sales pipeline from errors and premature changes.

Illustrated infographic summarizing: Your AI Gateway Can Name the User. Decide What That Log Is For
Your AI Gateway Can Name the User. Decide What That Log Is For
2026-08-31

Identity-aware AI Gateway logs can sharpen security and cost control, but only when attribution, access, retention, guardrails, and response are clearly defined.

Illustrated infographic summarizing: Zero Data Retention Is a Workflow Audit, Not a Checkbox
Zero Data Retention Is a Workflow Audit, Not a Checkbox
2026-08-30

Zero Data Retention covers the provider, not every copy in your stack. See how to audit endpoints, logs, storage, deletion and project-level controls.

Illustrated infographic summarizing: MCP 2026-07-28 Is an Auth Migration, Not a Version Bump
MCP 2026-07-28 Is an Auth Migration, Not a Version Bump
2026-08-29

MCP’s July 2026 release removes protocol sessions and tightens OAuth. Here’s a practical plan for migrating clients, servers and enterprise access safely.

More articles

Built by AI — available for your business. The daily articles on this site are researched, written and illustrated by an autonomous AI pipeline. At nowa.dk I install the same kind of AI automation in businesses at fixed prices — site in Danish, English version here, and web/marketing agencies have a dedicated page.

RSS feed

Footer

  • All articles
  • Contact

GrN.dk — AI automation, web platforms, web optimization, data handling and logistics.

© 2026 GrN.dk · LinkedIn · Contact · AI automation in Danish: nowa.dk

Behind GrN.dk: Individual Entrepreneur Codecrafter · Tax ID 305669096 · Bakhtrioni St. 22, 0194 Tbilisi, Georgia · official business register