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
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
I ended up targeting .brxe-form .message {} .brxe-form .message.success {} since I couldn’t find another way in Bricks panel or ACSS.
This worked like a charm!
I combined it with CSS code generated by Perplexity, and it did the job.
Thanks for sharing!