Hello,
I need to add a custom text "Development Environment" in the header of common view. I want to do it via theme so that it will reflect to all forms which is using the theme. I tried to searched lot of things in the theme.css of my theme, however all i can see is the css, I don't see option to inject the following span tag into into header
<span style="font-color:red">Development Environmet</span>
how can i implement this?