The transparent header function is loading custom background header image thus nullifying the transparent effect
Maybe fixed in next update? Thanks
Hi ttem!
How are you? I hope you’re doing well today.
Can you please give us a link to the website? We would like to inspect it.
Cheers!
Ismael
Hey!
Please add following code to Quick CSS
.header_color { background: none; }
Cheers!
Yigit
Hi Yigit,
That did improve it as the slider images are appearing behind the semi opaque custom header background image so thank you for that.
Though the custom header background image is still there. Any ideas?
Thank you for helping!
Hi!
Please update Enfold to the latest version 2.6.1 and check if that helps – http://kriesi.at/documentation/enfold/updating-your-theme-files/
If not, let us know!
Regards,
Yigit
Hi Yigit,
Yes I’ve already updated to 2.6.1
Have you tested the transparent header effect when a custom background image has been set in header settings?
Just want to rule out that its not some other settings in my site they may be interfering.
Hi!
Yes, the background image will still be active even if you activate the “transparent” header option. This is not a bug but intentional because many users use the background image to add a transparent png/gif pattern to the header and they also want to use it with the transparent header option. If you don’t want to display the background image at all please insert following code into the quick css field:
#top .header_color.av_header_transparency, #top .header_color.av_header_transparency .header_bg{
background-image: none;
}
Regards,
Peter