@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
This is outstanding.
How did you hide the Nav Bar but keep the Tab?
Very cool!!
<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.