Hi,
i’m using the gallery element for some icons but i don’t need the grey overlay so that my icons shown in original color without an effects.
How can i deactivate this?
I tried this solution – but it doesn’t change anything:
.image-overlay{
display: none !important;
}
Thank you for helping!