How do you use the injectCSS parameter to change the background? #1014
-
| hey, Thanks for the help. | 
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
| It's used to plug your own CSS styling code into the UI. When edex is opened, you can use ctrl+shift+i to bring up the internal chromium developer tools - use that to explore how the DOM is structured and what styles are applied, then you can override them with injectCSS. | 
Beta Was this translation helpful? Give feedback.
It's used to plug your own CSS styling code into the UI. When edex is opened, you can use ctrl+shift+i to bring up the internal chromium developer tools - use that to explore how the DOM is structured and what styles are applied, then you can override them with injectCSS.