Hi, I have a logo/partner element that I add a PNG logo to it and I don’t understand why it shows the grey background.
How do I remove it?
Hey DROR,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .avia-logo-element-container .slide-image {
background: transparent;
}
Best regards,
Yigit
Thanks!