notification color
I have added the following code to position the notifications used in the panel builder forms , and it is perfect (I can't remember how I found out how to do this):
The notifications are a bit subtle for my use case. Is there a way to do something similar to change the notification colours and / or backgrounds for create and edit pages?
Solution:Jump to solution
I found it - create a custom theme, and then in theme.css add
```
.fi-no-notification {
background-color : rgba(var(--primary-600),var(--tw-bg-opacity));
}...
1 Reply
Solution
I found it - create a custom theme, and then in theme.css add
Hopefully the CSS classes don't change in future versions.