Hey I did the same as the default demo page by showing partner logos at the very end of my website. I am using transparent 24bit .pngs for this. Unfortunately they seem to have a slightly different color than the background color and I have no idea why this happens. It’s only slightly different but clearly visible.
I am talking about this: http://i.imgur.com/LgpuqCt.png
The according website is specified in the private content.
Hey KVSchneppenheim!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-logo-element-container .slide-entry { background-color: transparent!important; }
and please make sure that your images do not have background colors or their background colors are matching background color of your site.
Regards,
Yigit
Hey KVSchneppenheim!
Try adding this to your custom CSS.
#top .avia-logo-element-container .slide-entry { padding: 0px !important; }
Cheers!
Elliott