diff --git a/wled00/data/index.htm b/wled00/data/index.htm
index 21aa28d6d..8ef5a62f7 100644
--- a/wled00/data/index.htm
+++ b/wled00/data/index.htm
@@ -168,7 +168,7 @@
-
+
diff --git a/wled00/data/index.js b/wled00/data/index.js
index 498e7f4cf..decd5a824 100644
--- a/wled00/data/index.js
+++ b/wled00/data/index.js
@@ -3120,6 +3120,9 @@ function simplifyUI() {
// Hide filter options
gId("filters").style.display = "none";
+
+ // Hide buttons for pixel art and custom palettes (add / delete)
+ gId("btns").style.display = "none";
}
size();