Hello, do you know how to do this in an Inline List, thank you very much for your contributions, the community is fascinating, there is a lot of knowledge and support here I like it![]()
Can you specify on what layout of the inline list do you want to do this?
Hey Guys! Itâs me again.
Has anyone tried to blur the sign in session or replace it with a logo?
Thanks!
You guys are turning gldeapps into something else

Me and @Lucas_Pires did try it a while ago but that doesnât take away the sign in function though. You can still access it by pressing on whatever image you want on top of that.
I think I could try that.
Would you share the CSS?
You know, as beautiful and amazing as these designs are it truly is a shame that the only way to accomplish most of this is to hack away at code when this tool is meant to be a visual designer. 
Not everyone can do this stuff. ChallengeâŚYES, easy, in most cases not so much.
It worked wonders for me, thank you very much, I just colored all the inline lists, and I just wanted one hahaha Anyway, since I found out about this I am learning to write css in Solo Learn, a very useful app to learn
That works for me.
Thanks man!
Itâs weird but I canât seem to find a CSS to select that download button. Would love if anyone has an idea for that.
@ThinhDinh, @Robert_Petitto, @Lucas_Pires
Do you have a way to make the text in the inline smaller? My client wants it smaller and 3 lines max but he wants all that.
Is it possible?

Thanks!
.tile-title {
font-size: .7rem !important;
line-height: .8rem !important;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; /* number of lines to show */
-webkit-box-orient: vertical;
}
Awesome! Thanks!
CSS wizard
More like Google Searcher 




