# Theming GWT-Bootstrap

DevFeed: [Theming GWT-Bootstrap](<https://devfeed.tech/articles/theming-gwt-bootstrap-37871.md>)

Original publisher: [Read original article](<https://carlosbecker.com/posts/using-a-custom-bootstrap-theme-in-gwt-bootstrap/>)

Author: Carlos Alexandro Becker

Published: 2012-06-27T00:00:00Z

Content type: tutorial

Language: en

Sources: [Carlos Becker](<https://devfeed.tech/sources/carlos-becker.md>)

Topics: [Bootstrap](<https://devfeed.tech/topics/bootstrap.md>), [Maven](<https://devfeed.tech/topics/maven.md>), [ui](<https://devfeed.tech/topics/ui.md>), [CSS](<https://devfeed.tech/topics/css.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [bootstrap](<https://devfeed.tech/tags/bootstrap.md>), [css](<https://devfeed.tech/tags/css.md>), [dependency](<https://devfeed.tech/tags/dependency.md>), [maven](<https://devfeed.tech/tags/maven.md>), [setup](<https://devfeed.tech/tags/setup.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

A tutorial on applying a custom Bootstrap theme to a GWT-Bootstrap project. It covers creating the project with Maven, configuring GWT-Bootstrap, obtaining and integrating custom CSS resources, cleaning the generated example, and creating the required UI Binder and configurator files.

## Source excerpt

First of all, if you haven't done it yet, read Getting started with GWT-Bootstrap.