Saw the possibility to delete the bar here: Delete red bar at the top of the app?
but this will supress the three-dot-menu at the top right as well.
how to only change or supress the colored bar?
tried:
<style>
header {color: blue;}
</style>
and
<style>
header {background: #000;}
</style>
without success
thank you