Hi there, I’m trying to introduce some gradient backgrounds to my softr app. It’s working well with most elements, but somehow its not working with the conditional forms.
I’m pasting the following code in my page header, but it’s not working. I also tried some other approaches with a script but nothing has worked.
Any recommendations how to achieve this? Thank you!
Code (I removed the <> for the style tag):
style
#user-accounts2 {
background-color: #00092b;
background-image: conic-gradient(from 45deg, #007194, #002167, #00092b, #007194);
}
/style