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

1 Like

Great idea removing the app bar! Definitely cleaner!

2 Likes

This is outstanding.

1 Like

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

2 Likes

more ways to play with CSS… :slight_smile:

Screen Shot 2021-05-09 at 2.30.12 AM

2 Likes

Very cool!! :star2::star2:

2 Likes
<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 -----*/
4 Likes

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.

2 Likes