Is there a way to style with several layers of box-shadow
like this f.eks:
box-shadow: inset 10px 10px 20px 10px #CC0000 ,
inset 10px -10px 20px 10px #00CC00 ,
50px 50px 50px 10px #CC0000 ,
50px -50px 50px 10px #00CC00 ,
Thanks for reporting this. I’ve fixed a bug with that. When adding comma separated box-shadow values to the single selector code editor, MT tried to sync the values with the UI fields, which stripped away all values after the first comma.
Update to Microthemer version 7.2.3.5 to fix.
I do intend to add UI support for multiple shadow and background properties, I just haven’t got around to it yet!