Blue top bar

0
Hello, How do I remove the blue line from the top of the screen when using Atlas defaults? 
asked
2 answers
0

Sounds like you’d need to remove it through the sass.

If you know css/sass its easy to do (1)., if not, its quite difficult (2).

  1. go to https://medium.com/@jasonteunissen/how-do-i-start-styling-in-mendix-gulp-sass-6b37ddaf8de6 and download calypso, use inspector and edit the custom.scss
  2. If you dont know css stat with some tutorials, i recommend www.codecademy.com
answered
0

Lke Jason says, or if you don't want to change css, you can also do this by switching off the top region in the scroll container on your Atlas_UI_Resources->Responsive->Atlas_Desktop and same on Atlas_Topbar.

answered