Hide photo on user profile using CSS

Hey, any code to remove this part from the user profile page on the side menu?
Thanks!

Screen Shot 2021-08-12 at 20.45.20

So you only want to show the email?

Maybe even hide it too, I want to add it by self and customize it. @ThinhDinh

Nevermind, managed to do it by using <pre><span><style> [class="sc-cVkrFx jfXWDA"]{ display: none }

@Iftach this class you’re using is not secure. Any update Glide does, it may break.

Just for curiosity, why do you wanna hide it?

@Lucas_Pires Because I don’t wanna profile picture to be part of my app, I know that 90% of my app users won’t be uploading picture and I want to create unity between all users. I also want to design it by myself as I did to the rest of the app and make it follow the design language I chose. This is what I designed at the moment (the language is Hebrew, but guess you’ll get the idea)


(the text inside the black tag says “logged as…”
and the inline list below is favorite items)

Got it. This one could not break too easily

<pre><span><style>
div[id*='screenScrollView'] > div > div:nth-of-type(1) {
display: none;
}
2 Likes

It works, thank you!
By the way, you may know a way to hide the photo profile from the side menu or replace it with app logo or something like that? note that I have a map tab which can’t get CSS code (as far as I know) but I’m looking for solution.

In a Map tab you cannot add a rich text component, so maybe you wont be able to hide it