Hi @Tracy Mason,
Per my research, we could only customize the button color in the gallery view of a SharePoint list. But we are unable to change the color based on the page. Here are steps:
- Open the Gallery view in Microsoft Lists
- Select on the name of the view displayed on the command bar > Select Format curret view
- Select Edit card
- Sort and show/hide content
- Select Advance mode
- Add the following code to the
div
containing thesp-card-subContainer
class (between lines 24,25,26)
"style": { "background-color": "*** HTML color code or name ***" },
Reference:https://pnp.github.io/blog/post/how-to-change-the-background-color-of-cards-in-the-gallery-view/
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.