I have formatted SharePoint online list form by using JSON. Now how can I set background color of whole selection or section heading like green or Red, for example Approval section background color should be Maroon.
-
Hi @SPDev, Does below response answer your question? If yes, Please Upvote(^) and accept as an Answer as it helped you & it will help others with similar question in future to find the correct answer easily.Ganesh Sanap - MVP– Ganesh Sanap - MVP2023-03-27 09:39:06 +00:00Commented Mar 27, 2023 at 9:39
Add a comment
|
1 Answer
Unfortunately, changing background color for section is not possible using JSON formatting capabilities.
Body configuration does not support advance JSON customizations like header/footer (or column/view formatting in list views).
Unlike the header and the footer, body configuration only allows defining one or more sections and adding one or more columns into each of those sections.
