Hi, I have a partner logo element that I added PNGs with transparent backgrounds but when I add a link to the logo it turns the background black as you can see in the screenshot.
How can I add the link and keep the background transparent?
Thanks.
Hey DROR,
Please try the following in Quick CSS under Enfold->General Styling:
.avia-content-slider .slide-image {
background-color:transparent !important;
}
Best regards,
Rikard
Great , thanks!