Tagged: elliot, transparent header
Hey guys,
The transparent header is not working on my website. When I try to use it, the result is no header until I begin to scroll down, then my normal header appears. I need help correcting this problem.
Thanks!
Hi JPOsteen!
Not sure what it could be off the top of my head. Try deactivating all plugins to see if it goes away. If your still having problems then send us a link and we’ll take a look. You can set your reply as private if you wish.
Regards,
Elliott
Hi!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av_header_transparency {
display: block;
}
Cheers!
Yigit
Didn’t work
Hey!
Please try adding !important rule as following
.av_header_transparency {
display: block !important;
}
Regards,
Yigit
Thanks Yigit, it worked.
How do I remove the shadow from underneath the header only when it is transparent?
Hi!
Add this:
.av_header_transparency #header_main {
box-shadow: none !important;
}
Regards,
Josue