How to style alert notifications (success, error)

How to style alert notifications (success, error), e.g. after form submit. I tried Theme Styles - Colours, and Element - Alert. Also nothing in Element - Form.

I’d rather not use css if we can customize through the panel. Thanks

Screenshot 2024-08-06 at 21.23.47

1 Like

I ended up targeting .brxe-form .message {} .brxe-form .message.success {} since I couldn’t find another way in Bricks panel or ACSS.

1 Like

This worked like a charm!

I combined it with CSS code generated by Perplexity, and it did the job.

Thanks for sharing!

1 Like