Hi all,
I want to remove the box-shadow in my convertable.
How can i do this? These CSS changes didn’t work for me:
.ub-emb-overlay .ub-emb-backdrop {
background: rgba(255,255,255,0) !important;
}
or
.ub-emb-overlay .ub-emb-backdrop {
background: none !important;
}
Do you maybe have an idea?
Thanks!