Can we get the "Install app" class for hide it ? (Business account with CSS)

Hello, in my app i see the “Install APP”, I want to hide it, but in safari I can’t get the source code because is not a iphone.

Some one have this div or class ?

So, what I need there is hide this with CSS in a business account. I’m pretty sure we can do that. But I can’t find this div class because in my computer I can’t see this button, only in mobile app.

button[class*="mobile-sidemenu___StyledButton3"] {
display: none;
}

I tested this with success.

4 Likes

Thank you a lot !

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.