Tagged: background color, logo
Is it possible to remove the background color from the partner/logo element in the page builder? I’m using two elements on the linked page, but check the second one with logos for CNN and such. I want those logos to be transparent, no background color, so they’re just floating on the page.
Thanks for any help! Oh and 3.0 is fantastic. I wish I could pay you an upgrade fee.
Hey David!
Use this in the Quick CSS:
#top .avia-logo-element-container .slide-image
{
background-color: #ffffff;
}
Cheers!
Andy