Hi there, I’m trying to upload an image however Enfold seems to be adding a color overlay to the image in the transparent part of it. Hasn’t happened before and I’ve tried with various images. Can you please check and advise how this is happening/how to remove? Thank you.
Hey lfs360,
Thanks for your patience, this looks like it was applied by WordPress core, try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia-image-container img[data-dominant-color]:not(.has-transparency) {
background-color: transparent;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Thank you Mike that worked perfectly :) Much appreciated.