How can I add css to a page or my entire application?

Hi @GB44,

If you want to add CSS to the whole application, using your example, you can add it here,

If you want to add CSS to a particular page, you have to open the settings popup (Click anywhere on a page) and include the CSS in the HTML header section,

PS. Remember: You might have to add ‘!important’ to ignore Bubble styling.

eg. a { outline: 0!important; }

8 Likes