Hello community! I’m bulding my app on a paid (personal) subscription and when I’m running my web and I press F12 on my browser to check for responsiveness or some other debugging purpose, I see this banner which makes me fall in a doubt. Is it correct that I have a “bubble banner” in my website?
The console message will appear until you’re on a dedicated Bubble plan. One method I’ve used to counteract this is to create my own that sits atop the Bubble message:
Place this script in Settings -> SEO & Metatags -> Advanced Settings -> Script/meta tags in header. Styling is all up to you, if you don’t know CSS it is fairly straightforward as far as what is editable. You could remove the text-shadow, box-shadow and border-radius, for instance, without screwing up the display of it. The background can be a solid color by changing ‘background: linear-gradient(#333333, #222222)’ to ‘background: [color code]’
Interesting, is that now available on other plans? It was one very minor benefit at the time I upgraded to dedicated, very awesome if it’s available to more people now