Hi Community,
Have been trying to find the cosmetic option of getting the blue line at the top of each section, but unable to find it. It does make each section stand-out and much clearer to view.
Have tried the classic and new UCI interfaces, but no luck. Anybody out there who can guide me in the right direction?
Regards,
Dominic.
Thanks Clofly.
I was looking at an OOTB way of doing it, but it seems like a custom method is the only way.
Kind Regards,
Dominic.
Hi Dominic,
You could make customized style for sections with code above, it works well.
Please let me know if it could meet your requirement, thanks. :)
Regards,
Clofly
Hi Dominic,
Could you share me which entity and which form that their sections border top have color in your posted image?
And in which entity and form that their sections border top have not color?
It seems that many entity and their form hasn't border top color.
If you would like to modify these sections style which may not be supported to style customization,
you could create a web resource and insert css style rule to change them with unsupported method.
var cssRules = 'section { border-top: 2px solid orange!important; }';
var styleElement = document.createElement('style');
styleElement.appendChild(document.createTextNode(cssRules));
parent.document.getElementsByTagName('head')[0].appendChild(styleElement);
Regards,
Clofly
Hi Clofly,
Thanks for your reply.
I do know how to get the hex or rgb code for the color, but where do I configure it in D365 for a form section? I don't see it in the Themes area unless I'm missing something.
My current form sections appear as below. I need to customize the top of each section with a color similar to the screenshot in my original post.
Regards,
Dominic.
Hi Dominic,
Could you let me know your real requirement ?
> Do you want to get color hex code for that blue line ?
The hex code for this color is #3b79b7, you can get its rgb color
with element inspector in developer tool or with a extension ColorZilla if your client browser is Chrome.
I get the color rgb code and covert it to hex code with third party website.
> Do you want to customize the color to that ?
You can build your own theme in Settins > Customizations > Themes with supported elements,
Regards,
Clofly
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156