Hi,
I’ve added a partner logo area to the site that I’m building. I’ve added links to each logo, which is a transparent png. Since adding the links there is a big white button covering the whole sliding area.
Is there a quick css solution to the problem? Included a link below, it’s when you scroll down the page to “who we work with”
***EDIT***
Think I found someone else with the same issue and found the following code. Is this correct?
.main_color .avia-content-slider .slide-image { background: transparent; }
Hey jonrouse,
I couldn’t see anything like that on your front page, did the fix work out for you? If not then please link directly to the page where we can see the problem.
Best regards,
Rikard
Hey Rikard,
It worked thanks. It’s the “who we work with” section on the homepage link I posted – you can see that there’s a logo slider. Those white logos lost the png transparency because of some sort of overlay button because I added a link. The quick css (I found elsewhere on the forums) did the trick.