diff --git a/portal/index.html b/portal/index.html index 83210ea..35d1db3 100644 --- a/portal/index.html +++ b/portal/index.html @@ -579,8 +579,8 @@

Displayed at the top of your menu. Recommended: 1200x400px

-
- +
+
diff --git a/portal/portal.js b/portal/portal.js index 15a940c..c767d02 100644 --- a/portal/portal.js +++ b/portal/portal.js @@ -742,8 +742,6 @@ const Portal = { this.brandColor = brandColor; const swatch = document.getElementById('brandColorSwatch'); if (swatch) swatch.style.background = brandColor; - const headerWrapper = document.getElementById('headerPreviewWrapper'); - if (headerWrapper) headerWrapper.style.background = brandColor; } // Load header preview @@ -1247,8 +1245,6 @@ const Portal = { this.brandColor = color; const swatch = document.getElementById('brandColorSwatch'); if (swatch) swatch.style.background = color; - const headerWrapper = document.getElementById('headerPreviewWrapper'); - if (headerWrapper) headerWrapper.style.background = color; this.closeModal(); this.toast('Brand color saved!', 'success'); } else {