Hi!
I am trying to create the blue background you see below. Does anyone have an idea of how I can do that? The image is an inline list pulling a single image.
Also once I create a CSS template column, how do I apply it to the tab?
Thanks!
Hi!
I am trying to create the blue background you see below. Does anyone have an idea of how I can do that? The image is an inline list pulling a single image.
Also once I create a CSS template column, how do I apply it to the tab?
Thanks!
The inline list would be filtered to show the value youâre hoping to show (so you could have a column in your sheet with a value âtrueâ for the row you want to show, then filter the list to only show true rows).
CSS can be applied by adding it as a rich text component. I donât think this is actually supported by Glide though, so use at your own risk.
Hey @Jen_NYCP,
I donât know if I understood your question correctly but CSS was discussed here in this thread.
Oh yes, the inline list is being shown as I want it. Its the background I am trying to create. I just have no idea what the code would look like.
Yes, I think they are using image components instead so not sure if its the same code.
I added the code that turns my entire background black, but maybe you can fidget with it or until someone can give you a better resource:
https://docs.google.com/document/d/1F0iwtlecciW8hlk84nA5hLDXroxhhPTvSZkKDDZIn8o/edit?usp=sharing
And did you catch this:
Yes, I tried Robertâs, but it just adds a BG to the subtitle.
For yours, where is the hex code or where does the black color come in? I donât see anything like that in the Background code.
I have no idea. lol. I was actually thinking the same thing when I sent it to you. But try this thread. @Lucas_Pires is the king of design - and he gives instructions in this thread.
Hmm, doesnât work just adds a big white space. Itâs working inside the image, not outside of it.
Ughhhh! Well then, we wait for @ThinhDinh to wake up.
Lol! Thanks for your help!
Iâll play around with it a little more.
<a style="position: absolute;
width:100%;
top:-86px;
right: 0%;
z-index:-1;
opacity: 1;">
<div style="background-color: #161172; margin: 0%; padding: 130px;">
Change: background-color
and padding
to change the size
Tip: put rich text as first component
And where is the tab name, its a nav-bar. Is it possible to change? yes.
But we gotta use advanced CSS to change it
Right. Create a rich text box as the top component
In the box, use CSS to set the position as absolute. Then you can adjust the size, background color and z index of the box to achieve your mock-up.
Perfect
Oh nice!! Thanks! Before seeing this, I ended up using the code Lucas mentioned here, it almost works, butâŚ
it shows up differently on the front end from what I see in the builder. Also trying to get the blue background all the way to the top.
As I said hereâŚ
Is it at the very top. The first block. You can see in the first one on the builder shows it correctly, but on the user end it does not.
Have you change top
in the code? This must be top:0px;
Yess that worked. Thank you!!