MagicPattern CSS Backgrounds!

@Lucas_Pires super clean design, good idea to remove those elements from the page. Gonna have a play around with that idea later, thanks for sharing

Great idea removing the app bar! Definitely cleaner!

This is outstanding.

How did you hide the Nav Bar but keep the Tab?

more ways to play with CSS… :slight_smile:

Screen Shot 2021-05-09 at 2.30.12 AM

Very cool!! :star2::star2:

<pre><span><style>
[id="tabBar"] {
display:none;
}
[data-test="glide-app-bar"] >* {
    backdrop-filter: blur(0px);
    background: transparent; 
    -webkit-backdrop-filter: blur(0px);
}/*----------Hide Nav bar-------*/
#app-root div[opacity='1'] {
  color: transparent; 
}/*-----Hide Nav bar name -----*/

Awesome, thanks!!!

Hello is the change background-color of the app using css in rich text still working? I tried copy pasted the code from code block but still not working.

No, that only works with Classic Apps.

Oh. then is there a way to insert css in the new apps? or change the screen background color? thanks!

You only get access to Custom CSS if you purchase a Business or Enterprise subscription.

Otherwise, you can change container background colours and images, but not the whole screen.