Hello community, I am working with a portal in power apps
I would like to hide the icon of the required field without affecting its operation. That is, I want it to be mandatory but not to show this icon:
Can someone help me here?
I would appreciate it guys
In Portal studio:
1. Upload a "Custom.css" File and add the following code
.crmEntityFormView .cell div.info.required label:after
{
content: '' !important;
}
hit save.
1. Pres sync configuration and browse the website. And press "Ctrl+F5"
Output:
Before:
After CSS:
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.
Fubar
62
Super User 2025 Season 2
Lucas001
48
Super User 2025 Season 2
KevinGador
44
Super User 2025 Season 2