Add functionality and customize your Drupal application with thousands of projects contributed by our amazing community.

3,129 themes match your search

A theme is a set of files that define the visual look and feel of your site. You can use themes contributed by others or create your own. Learn more about creating and using Drupal themes.

Bootstrap

Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development. Bootstrap has become one of the most popular front-end frameworks and open source projects in the world.

This base theme bridges the gap between Drupal and the Bootstrap Framework.

Features

Documentation

Visit the project's official documentation site or the markdown files inside the ./docs directory.

Supported modules

Drupal 8

Drupal 7

5 Year Evolution (gource)

https://youtu.be/Cvq6MPJp2dI

Adminimal - Responsive Administration Theme

Adminimal is the most popular contribute Administration Theme for Drupal

Based on the original "seven" theme, Adminimal brings unique features like: Modern minimalist design, responsive layout, usability improvements, customization, module specific styles, and many more...

Gin Admin Theme

Gin Node EditGin Node Edit (Darkmode)

A radically new UI layout paired with goodies like a Darkmode will give your Drupal's Admin interface a facelift. The Gin theme also includes things which are currently out of scope for Claro and/or some customisations we're experimenting with for the future. Built on the foundation of Claro from one of the lead designers of Claro & Drupal Design System.

SettingsGin Content ViewGin Content View

We're actively looking for new sponsors!

Until we found new project sponsors issues might stay open longer as we have less resources to look into them.

This theme is being developed in spare time. While the goal is not to make money from it, it does help to take days off from work to focus on working on it. You can sponsor starting at $1. Thanks to all sponsors who support this project financially 🙏.

Github Sponsors Open Collective

Installation & Configuration

composer require drupal/gin_toolbar:^1.0@rc drupal/gin:^3.0@rc


 

Stable

This is a copy of Drupal 8 's stable theme. This is for use with themes that depend on stable running on versions of Drupal core that no longer include stable.

Seven

Seven theme settings

Seven was the default administrative theme for Drupal 7, 8, and 9.
In Drupal 10, it was replaced by Claro.

Some Drupal 10 sites may still require or prefer Seven, so it's available here as a contrib theme.

Barrio Bootstrap 5 Theme

Bootstrap Barrio Drupal Theme

Barrio is a Drupal - Bootstrap 5 Base Theme. Drupal markup is completely overwrite as standard Bootstrap 5 markup using from roots twig templates referencing only to Bootstrap CSS and little custom CSS. Barrio is Flex based for whatever is not covered by Bootstrap. Use SASS Barrio Drupal Starterkit Subtheme to streamline your development, creating custom compiled Bootstrap styles by just changing a few variables.

Color Management

Color management using predefined or custom color combinations, declaring CSS variables.

Variables will generate a complete color scheme overriding Bootstrap default color variables.

Variables could also be referenced from custom CSS or SCSS

Bootstrap Barrio Color Management

jQuery is no longer required on Barrio 5.5.*.

If your subtheme requires jQuery ensure that the dependency is declared on your subtheme info file before upgrading to 5.5.7

Docksal Barrio Drupal 9 Boilerplate

SASS Barrio Drupal Starterkit

This theme has no style rather than layout to serve as a start Base Theme.

Starterkit subtheme is fully integrated with Color Module.

1, 2 or 3 columns are handled automatically with configurable column widths. An extensive easy to use configuration form allows to configure 'Bootstrap Style' tables, buttons, navbars, containers, rows, Google Fonts, icons, messages, menus, etc.

To upgrade from Barrio 8.x-4.x to Barrio 5.1.x, if your theme does not use the Barrio Layouts on Display Suite then you can upgrade your Barrio theme with no harm

If your theme use Barrio Layouts on Display Suite please read before upgrading to Barrio 5.x.

Upgrade to Barrio 5.x

Cards and Media Bootstrap layouts are declared to use them out of the box on Barrio Subthemes.

Bootstrap Cards and Media Quick Tutorial.

Now Barrio comes with optional SVG Bootstrap icons defined for Drupal default menu links, to activate go to Font & Icon settings. New Barrio version also includes automatically generated classes for all menu links.

Personalize icon usage

For awesome block style manipulation use Block Styles Module. With this module any block could be turned into dropdown, modal or collapse with a click. It also let you add classes to blocks allowing padding and margins being handled from configuration.

A detailed guide for Barrio can be seen at:

Configuration Guide

Create a Bootstrap Barrio Sub-Theme

Layout note

Barrio 5.x layouts are defined using layout discovery classes, this layouts can be used out of the box with Layout Builder, Display Suite or any other module that consumes layout.

Layouts included:

  • Cards (several formats)
  • Media
  • 2 columns (6-6, 3-9, 9-3)
  • 3 columns (4-4-4)
  • 4 columns (3-3-3-3, collapse to 6-6 on small)

✔ SASS

We strongly recommend to use the Bootstrap 4/5 Barrio SASS Subtheme to completly unleash Bootstrap 4/5 power on your site.

Almost every Drupal CSS is overriten using Bootstrap variables for sitewide standard colors and spacing. Based on Google Material Design full color scheme is generated including variants for main and secondary colors.

This subtheme is compatible with Bootstrap Material Design.

✔ Features

  • Columns
    • Column based grid
    • 1, 2 and 3 column automatic layouts
    • User defined column widths
    • Container and container fluid layout
  • Markup
    • Standard Bootstrap 4 or 5 markup replacing Drupal twig templates
    • Easy to customize twig templates
    • Standard markup for header navigation
    • Bootstrap 5 offcanvas menu
    • Hide node titles on all view modes
    • Multilevel main menu flyout submenus options
    • Collapsed left slide main menu option
    • Bootstrap form elements, including custom elements
    • Classes to identify menu links
    • Customized Bootstrap themed tables
    • SVG icons integration on default links
    • Scroll class on body on window scroll, with scroll up and down class added on scroll behaviour
    • Three options for messages customizations
    • Replace Commerce templates with Bootrstrap twig template
  • Features
    • Color Module integration on subtheme
    • Bootswatch integration via CDN
    • Predefined Google Fonts combinations
    • Card Column Views template to alllow card column listings
    • Extra theme suggestions for entities and blocks
    • Body classes for entities and views

✔ Installation

  • Download and install Barrio.
  • Define Barrio Settings
  • Choose how to load Bootstrap files, CDN or locally
  • If load Bootstrap files from CDN, choose version to load on Bootstrap Library settings.

✔ Bootstrap Libraries Load

Since 8.x-4.24 version, Bootstrap is automatically downloaded via composer and copied into vendors folder.
To copy dist files into libraries folder during installation, you can add the following 2 lines of script into your main composer.json file:
    "scripts": {
        "post-install-cmd": [
            "@composer drupal-scaffold"
        ],
        "post-update-cmd": [
            "@composer drupal-scaffold",
+           "mkdir -p web/libraries/bootstrap",
+           "cp -R vendor/twbs/bootstrap/dist web/libraries/bootstrap"
        ],

This will mantain your bootstrap version up to date when updating via composer.

Also, Bootstrap Libraries could be loaded by the Bootstrap Library module, this give you extra flexibility to load the library either via CDN or locally, choosing an up to date Bootstrap version regardless of the theme version.

Classy

The Classy theme is available in Drupal 8 and 9 and will be removed in Drupal 10 in favor of the Starterkit theme, which provides the same benefits as Classy while addressing several of the drawbacks.

We do not recommend new projects use this theme, but this existing projects that depend on Classy may use this for Drupal 10+ and it should work no differently than if it were using the Drupal core Classy.

Zen

Zen

Zen is a modern, powerful, HTML5 starting theme with component-based CSS and a responsive, mobile-first grid design. If you are building your own standards-compliant theme, you will find it much easier to start with Zen than to start with Bartik or Stark. This theme has fantastic online documentation and tons of helpful code comments in its JavaScript, PHP, HTML, CSS and Sass.

Zen now comes with modern front-end development practices!

HTML5 RTL Mobile-first Components Style guide Task runner
7.x-6.x Dot Dot Dot Dot Dot Dot
7.x-5.x Dot Dot Dot

Omega

Omega Five

Omega Five for Drupal 8

Omega Five brings back the ever popular user interface that allows for editing the responsive layout through the theme settings form making it possible for users of ALL abilities to create and adjust a fully responsive theme to their needs.

Omega Five Development Status

Primay feature development for Omega is happening at github.com/himerus/omega

The Drupal 8 version of Omega Five has been updated and released as 8.x-5.0-alpha7. There is still much development to be done on the 8.x-5.x branch before things can be considered stable. There will potentially be problems in upgrading from one alpha release to the next without renaming and editing files where structure changes.

Omega Five Features

The current list of features for Omega Five is only a small sampling of the features available. This section will be updated with additional features and descriptions as it nears a stable release for Drupal 8.

  • Fully Responsive layout(s) and highly configurable presentation of that layout in each responsive breakpoint.
  • Full integration of layout_discovery in Drupal 8.3+ (in development)
  • Ability for single or multiple layout configurations. You can then select which layout to use on the homepage, individual node types, and for taxonomy vocabularies.
  • Create subthemes and clone themes through the Omega interface.
  • Features for advanced themers like adding a config.rb, Gemfile, or Gulpfile to generated subthemes to aid in advanced front end development.
  • Layout inheritance in subthemes so you can create a base theme for your project that controls layout and base styles, allowing subthemes to inherit ALL layout configurations from the parent.
  • SCSS without the hassle: Don't know what Compass/Sass/Guard/Gobbledeegook is? No problem. Omega can handle the heavy lifting while setting up your subtheme to be ready to use more advanced front end development practices.

Bootstrap5

Bootstrap5 theme

Bootstrap 5 based theme.

This is a very non-prescriptive Bootstrap 5 theme with simple configuration. It can be used out of the box or as a subtheme for creating very flexible web designs with minimal changes (just override Bootstrap 5 variables.scss and recompile SCSS!)

AdaptiveTheme

Adaptivethemes Logo

Adaptivetheme for Drupal 8/9 is a base theme designed for people who don’t code, or for those who only want to write a bit of CSS but still want a sleek and sophisticated theme for todays mobile web - and beyond.

Use the AT Generator module (included in AT Tool) to generate unlimited themes, clones of themes, and even skin themes. You never interact with Adaptivetheme (at_core) directly, it simply provides the advanced features used by your sub-themes.

  • Theme generator using AT Tool module.
  • Generate page suggestions and modify page layout.
  • Set column layout per breakpoint (and per suggestions).
  • Re-order row layouts per breakpoint (and per suggestions).
  • Uses Flexbox.
  • Easily create new regions, rows and layouts.
  • Breakpoint module support.
  • Responsive layouts for Display Suite, Paragraphs and Panels.
  • Web fonts, support for Google, Typekit and local fonts
  • Responsive menus - 8 different menu styles built in.
  • Responsive local tasks, pagers, tables, book navigation etc.
  • CSS shortcodes.
  • CSS Animations.
  • Slideshows and carousels built in (flexslider) with configurable settings.
  • Image field positioning & captions.
  • Touch icon support for iOS - default set included.
  • Hide or show blocks in mobile
  • Color module support (optional).
  • FontAwesome.
  • Many JS plugins included - all loaded from the super-fast Cloudflare CDN.
  • ... and a lot more!

Docs: D8 - docs.adaptivethemes.com
Dependencies: AT Tools module
Versions: Important reading for upgrades and versions of D8 Adaptivetheme and the AT Tools module

Bartik

a photo of Jean Bartik and her colleague working on the ENIAC computer

Bartik is the default theme for Drupal 7. To download Bartik, download Drupal 7.

You can find documentation about it here: http://drupal.org/documentation/themes/bartik

A huge thank you to the dozens of people who worked on this theme, and to everyone who supported the effort.

Any bugs found in Bartik should be filed as part of Drupal core. You can read the list of reported issues, or file your own (Project: Drupal core, Componant: Bartik).

If you are having troubles with your own site, we recommend asking for help in IRC or posting a question in the forums. Browse the forums to see if someone else has written about the same problem. Or read documentation. "Issues" (despite the name) are for bugs in the software, not site-specific needs.

The Bartik theme is named after Jean Bartik, one of the original programmers for the ENIAC computer. (Pictured on the left in the photo.)

Radix

Radix, Drupal component-based bootstrap theme

Radix is the original component-based theme for Drupal. It comes with Bootstrap 5, Sass, ES6, BrowserSync, BiomeJS built-in.

Radix started to shift towards component-driven theming with its Drupal 7 theme when things weren't that easy! Now with Single directory components in the core, a lot has changed.

Radix is the original component-based theme for Drupal. It comes with Bootstrap 5, Sass, BrowserSync, BiomeJS, Laravel Mix built-in.

Radix is a heavily opinionated theme, so you might not agree, if you feel like arguing about anything, please create an issue on drupal.org so we can talk it over. but over the years many other themes and projects started as a fork of Radix, so we've been doing something right probably.

With Radix 6.x and Drupal ^10.1, we now support the core SDC and don't require the great components module anymore.

We are also using the new Drupal core's starterkit process to create our subthemes, even though it wasn't necessary, it sounds cool on the README, so why not? but that's under the hood stuff.

Bootstrap4

Bootstrap 4 based theme.

Consider using ready for production Bootstrap5 theme if you are starting from scratch.

ZURB Foundation

Do you like grid systems? How about rapid prototyping? Do you believe in mobile first? Then this theme is for you.

From the Zurb Foundation homepage:

An easy to use, powerful, and flexible framework for building prototypes and production code on any kind of device.

Mockups don't tell a story. Build a prototype in no time.

The difference between a good site and a great site is iteration — building something, playing with it, refining it. In Foundation, we've included dozens of styles to help you quickly prototype a site.

Danland

Danland theme screenshot

Danland is clean, simple, elegant, and beautiful theme for Drupal 6.x, Drupal 7.x, and Drupal 8.x. This theme includes an image slideshow or photo slideshow feature on standard installation, Danland also include one subtheme without slideshow feature.

Danland demo site (all jQuery plugins disabled).

Danland is very suitable for all types of websites; from corporate site to blog site, and it works perfectly in every browser; tested in IE6/7/8, Opera, Safari, Chrome and Firefox.

Features of Danland 6.x and 7.x:

  • 1, 2 or 3 column layout
  • Tableless design for SEO
  • More than 17 collapsible block regions
  • Superfish drop-down menu (2, 3 or more nested levels) and the shadow is enabled by default
  • Built-in image slideshow (the frontpage wide image banner)
  • Built-in IE transparent PNG fix
  • Custom front page
  • Wide image banner 950x355px. You can replace with your own photo for custom look
  • XHTML 1.0 and CSS 2.1 validated
  • User picture in profile, comments and post
  • Primary links and secondary links
  • Supports custom logo and favicon
  • Support features like site name, slogan, mission.
  • Custom login and logout
  • Heading H1 optimization for SEO
  • Support for local.css
  • CiviCRM friendly
  • Complete online documentation

1 sub-theme included

  • Danblog is Danland without frontpage image banner and slideshow features, and we also change the global font-family from Arial to Verdana.

The wide banner featured in this release using a beautiful photo of Rodrigo and Marinelli image banner, both released under GPL license.

W3CSS Theme ⚡️

we can drupalit

The W3CSS Theme holds the distinction of being the first Drupal theme to utilize the w3.css framework.
The primary focus during its development was user-friendliness and swift load times. With the W3CSS Paragraphs., you now possess the capability to generate an unlimited range of UI designs.

Corporate Clean

Responsive Corporate Clean

Corporate Clean for Drupal by More than (just) Themes is based on the homonymous PSD template, which was designed and published by Zsolt Kacso.

Corporate Clean theme has been ported to Drupal and is supported by More than (just) Themes, as part of our ongoing effort to bring top quality themes to Drupal community. Corporate Clean theme 7.x-2.x releases come with a responsive grid layout.

To stay tuned with new theme releases, updates to existing themes, offers and other goodies follow us on Twitter or like us on Facebook. Check out our blog too.

Tara - Modern Drupal 8, 9, 10 Theme

Tara Drupal Theme

Tara theme is designed and developed by Drupar.com

Theme is compatible with Drupal 8, 9 and 10

Tara is light weight but very powerful and professional Drupal theme with modern look and feel. This theme is perfect for Business websites, Corporate websites, Portfolio, Personal / Blog websites.

Tara theme is very flexible and easy to use theme
read more

DXPR Theme | Drupal Theme | Low-code Drupal 10 Bootstrap Theme

DXPR Theme | Drupal Theme | Low-code Drupal 10 Bootstrap Theme

Save hundreds of hours by designing your website with less coding

Top 5 Benefits of DXPR Theme

  1. Design a Website that Stands Out: Customize Every Detail with DXPR Theme's Flexible Options.
  2. Connect with Your Audience on Any Device: Enjoy Seamless Mobile Optimization with DXPR Theme.
  3. Be Visible and Be Found: Boost Your Site's SEO and Attract Organic Traffic with DXPR Theme.
  4. Accelerate Your Site's Performance: Enhance User Engagement with DXPR Theme's Speed and Lightweight Design.
  5. Get the Help You Need: Benefit from Comprehensive Documentation and Customer Support with DXPR Theme.

Starting a new site?

Save yourself hours on configuring Drupal and DXPR by installing our free Drupal StaterKit

DXPR Marketing CMS Features

  • Visual page builder included
  • DXPR Theme included
  • Multilingual Ready
  • Enterprise level security features pre-configured
  • All the above you get for free, no card required

Get started

Low-code Drupal theme

Works great with and without our Drupal Layout Builder


Create a stunning website in minutes: Build your dream site with DXPR Theme's free, premium design, and customize it to perfection with over 200 settings.

Launch your website in no time: DXPR Theme saves you time and hassle at any experience level, so you can focus on what matters.

Successful Sites Powered by DXPR Theme

  1. United Nations Partnership on the Rights of Persons with Disabilities's site uses the DXPR Theme for a visually appealing, accessible, and consistent brand identity, optimized for various devices.
  2. Senator Sinema's official site adopts the DXPR Theme for a clean, user-friendly, and mobile-optimized platform.
  3. International Organization for Migration's Storyteller website leverages the DXPR Theme's customizable, multilingual, and mobile-optimized design for engaging storytelling.
  4. Minuteman Library Network uses the DXPR Theme to create a visually appealing and easy-to-navigate site with a consistent brand identity.
  5. SWARCO employs the DXPR Theme's responsive design, layout options, and SEO-friendly features to showcase their expertise.
  6. Nuspark leverages the DXPR Theme and Builder for a professional, unique design and efficient content management.
  7. More DXPR sites

* Multilingual example

Business Responsive Theme

Business Responsive Theme

Business responsive theme is the one of the popular Zymphonies theme. This theme is not dependent on any core theme. It is very lightweight with a modern look and feels. Read more

Live Demo Advanced Themes

Tao

Tao is a base theme for Drupal that is all about going with the flow. It is not
meant for general-purpose use, but instead takes care of several tasks so that
sub-themes can get on with their job:

Bootstrap Business

Bootstrap Business for Drupal by More than (just) Themes is a responsive Drupal theme, that helps you create a great-looking corporate/business site. Design-wise, it is based on original design work by AyoThemes.

Business

Business Theme

Business Theme is a great looking Drupal 7 theme. The theme is not dependent on any core theme. Its very light weight with modern look and feel. Business's clean layout and light weight code make it a great theme for small or medium-sized business to get up and running quickly.

Features

  • Simple, Elegant, Minimal and Clean Design
  • Fixed Width (920px)
  • 1-column and 2-columns layout
  • Color module integration
  • Implementation of JS Slideshow (Customizable)
  • Multi-level drop-down menus (Multilingual menu)
  • HTML5 & super clean markup
  • A total of 12 regions & Drupal standards compliant
  • Custom front-page with 4 block regions
  • Configurable layout : Sidebar can be Right or Left
  • Ideal for corporate, business and personal sites
  • Use of Google Font and Nice Typography
  • Supported standard theme features: site logo, site name, site slogan, user pictures, favicon
  • Detailed CSS rules for Typography, Forms Elements, Node Teaser, Comments, etc.


Like this? Have a look at our Free Themes.

Ember

Screenshot of 7.x-2.x

Ember is a responsive administration theme built for use with the Spark, Lightning, and Demo Framework distributions.

Ember 7.x-2.0 alpha4is now available!

The 7.x-2.0 alpha3 release resolves compatibility issues with various contributed modules including Views, Navbar, and Media. A number of bug fixes are in place with draggable elements (including child elements), headlines, token browser, and vertical tabs.

Pages