diff --git a/docs/topics/customization.rst b/docs/topics/customization.rst
index f9754dff31..e792d28f91 100644
--- a/docs/topics/customization.rst
+++ b/docs/topics/customization.rst
@@ -2,22 +2,6 @@
Customization
=============
-The general appearance of **Mayan EDMS** can be customized entirely just
-by changing a few settings.
-
-------
-Themes
-------
-**Mayan EDMS** uses `Andrea Franz's excellent web app template`_, which includes
-several themes that could be used to adapt **Mayan EDMS**'s appearance to match
-an organtization existing applications' look and feel.
-
-The theme can be changed very easily by setting the :setting:`WEB_THEME_THEME`
-configuration option to one of its valid values.
-
-.. image:: ../_static/themes.png
- :alt: themes
-
-----------
Home screen
-----------
diff --git a/docs/topics/settings.rst b/docs/topics/settings.rst
index 9f6e1d02c2..45ff041cdd 100644
--- a/docs/topics/settings.rst
+++ b/docs/topics/settings.rst
@@ -459,20 +459,6 @@ Default: ``5``
Maximum number of search queries to remember per user.
-Web theme
-=========
-
-.. setting:: WEB_THEME_THEME
-
-**WEB_THEME_THEME**
-
-Default: ``activo``
-
-CSS theme to apply, options are: ``amro``, ``bec``, ``bec-green``, ``blue``,
-``default``, ``djime-cerulean``, ``drastic-dark``, ``kathleene``, ``olive``,
-``orange``, ``red``, ``reidb-greenish`` and ``warehouse``.
-
-
Main
====
diff --git a/mayan/apps/main/settings.py b/mayan/apps/main/settings.py
index ea1b3c302d..fc2b3ad66b 100644
--- a/mayan/apps/main/settings.py
+++ b/mayan/apps/main/settings.py
@@ -23,7 +23,6 @@ register_settings(
namespace=u'main',
module=u'main.settings',
settings=[
- {'name': u'THEME', 'global_name': u'MAIN_THEME', 'default': u'activo', 'description': _(u'CSS theme to apply, options are: amro, bec, bec-green, blue, default, djime-cerulean, drastic-dark, kathleene, olive, orange, red, reidb-greenish and warehouse.')},
{'name': u'ENABLE_SCROLL_JS', 'global_name': u'MAIN_ENABLE_SCROLL_JS', 'default': True, 'hidden': True},
]
)
diff --git a/mayan/apps/main/templates/main/base.html b/mayan/apps/main/templates/main/base.html
index fe3ff69760..2c933ad34a 100644
--- a/mayan/apps/main/templates/main/base.html
+++ b/mayan/apps/main/templates/main/base.html
@@ -36,7 +36,7 @@
{% compress css %}
-
+