Tagged: logo element
I am using transparent PNGs in the logo element. When I add a link to a logo. See example on home page on the ‘would you like your logo here’ image. I want it to stay transparent picking up the background colour when I add a link. Please advise.
Hey sensiblekaren,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .av_header_transparency.av_alternate_logo_active .logo a > img {
opacity: 1!important;
filter: alpha(opacity=1)!important;
}
Best regards,
Vinay
Unfortunately this did not work. Is there an alternative suggestion?
I have another support request from 6 days ago that I sent before this one & has not been responded to yet, wondered if someone could look at.
Many thanks
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .avia-logo-element-container .slide-image {
background: transparent;
}
Best regards,
Yigit
Thanks Yigit, that worked a treat. :-)