Hi, it seems that once I added a link to the logos, they got a white background. How can I keep the links intact and remove the white backgrounds from the logos?
Thanks.
Hey DROR!
Add this to your custom CSS.
.slide-image {
background: transparent !important;
}
Cheers!
Elliott
Great. Thanks.