diff --git a/plinth/modules/first_boot/templates/base_firstboot.html b/plinth/modules/first_boot/templates/base_firstboot.html
index 42fc57e26..ed22363e0 100644
--- a/plinth/modules/first_boot/templates/base_firstboot.html
+++ b/plinth/modules/first_boot/templates/base_firstboot.html
@@ -5,12 +5,8 @@
{% load static %}
-{% block page_head %}
-
+{% block body_class %}
+no-brand
{% endblock %}
{% block mainmenu_left_collapse %}
diff --git a/plinth/modules/first_boot/templates/firstboot_welcome.html b/plinth/modules/first_boot/templates/firstboot_welcome.html
index a51776d7a..66d7018a7 100644
--- a/plinth/modules/first_boot/templates/firstboot_welcome.html
+++ b/plinth/modules/first_boot/templates/firstboot_welcome.html
@@ -7,11 +7,12 @@
{% load i18n %}
{% load static %}
+{% block body_class %}
+no-brand
+{% endblock %}
+
{% block page_head %}
+{% block body_class %}
+no-brand
{% endblock %}
-
{% block content %}
{% if is_first_setup_running %}
diff --git a/static/themes/default/css/main.css b/static/themes/default/css/main.css
index 835c65226..6375eaa11 100644
--- a/static/themes/default/css/main.css
+++ b/static/themes/default/css/main.css
@@ -196,6 +196,10 @@ body {
margin-right: 0.25rem;
}
+.no-brand .navbar-brand {
+ display: none;
+}
+
.navbar-brand .fa {
float: left;
margin-top: -0.4375rem;