My first plugin. This is a really no-code plugin (i.e. I didn’t write any code for it ). It doesn’t provide any elements or actions. All the plugin does is to add the content you set in the plugin settings to the html header of your app (overall app).
Plugin page: HTML Header Plugin | Bubble
Demo page: Bubble | No-code apps
Demo page editor: HTML Header Demo | Bubble Editor
As a demo, I added a style to an element which I set an ID.
- Here is the element with an ID:
- Here is what you should add to the plugin settings to customize this element by ID using CSS:
<style> #sometext { font-weight: bold !important; } </style>
- And here is the result:
Don’t hesitate to ask any questions and give feedback
PS: This feature is already available (overall and per-page basis) in paid plans of Bubble. Now, at least overall app portion is available anytime!