Text Next To Image On Profile Tab

Is there any way to display some text, such as “Account Settings” next to the profile picture in the menu? I have photoshopped an example image for clarification below but how do I get this to actually display on my app?

That part of the screen has too many things that can cause you a problem with using CSS, so I tend to avoid it.

  • You have to put the CSS on every screen possible to get that to always show, and you can’t use non-details screen (since you can’t put CSS on those screens).

  • We don’t have a straightforward stable class to target in this case.

  • You would have to take into account light/dark mode if you’re not forcing either mode to the user.

1 Like