Hello community, I am working with a portal in power apps.
In the user profile part, I would like to hide the "Pagina principal > Perfil".
Can someone help me here?
I would appreciate it guys
Solved! Go to Solution.
You can do this in two ways
1. right-click the highlighted element and inspect the element. Find the parent div and apply { display : none}
2. Use one of my previous replies as an example. Upload a custom.css file and apply step 1. Hit save and sync config. Press Ctrl + F5
Method 2: you can find a relevant content snippet and set the value to empty. If you want this method, pls let me know.
Using JS is also possible.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.
You can do this in two ways
1. right-click the highlighted element and inspect the element. Find the parent div and apply { display : none}
2. Use one of my previous replies as an example. Upload a custom.css file and apply step 1. Hit save and sync config. Press Ctrl + F5
Method 2: you can find a relevant content snippet and set the value to empty. If you want this method, pls let me know.
Using JS is also possible.
Hope it helps.
------------
If you like this post, give it a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users to find it.