Tagged: background, Color, link, logo, partner
Hi, I’m working on the page http://swedishmaritimeday.se/ and I’ve used the Partner/Logo element to show some of our partners of a conference.
I spent a lot of time getting transparent backgrounds for all the logos to make them blend in more with the page. Is there anyway to stop the element from getting a different background color when you link a logo to a website? As you can see I’ve linked about half the logos, and they all get a square background which is not my cup of tea. I’m guessing it’s getting the color from either the main or alternative content, right?
Hey wieslander!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.alternate_color .avia-content-slider .slide-image { background-color: transparent; }
Regards,
Yigit
Yeah! That’s how you do it. Well done.
I should also say that I managed to guess that to disable the background from changing in the main content as well, I just added a second copy of your code with the word “alternate” changed to “main” as in:
.main_color .avia-content-slider .slide-image { background-color: transparent; }
Thank you very much for your help and quick reply, Yigit.
/ Andreas