While scrolling down the sticky header disappears and becomes transparent at certain points. I’ve made a few customizations, so I’m, not sure if any of them may be causing it.
Hey codyhendrix91!
On which browser and OS are you experiencing the issue? Please try adding following code to Quick CSS in Enfold theme options under General Styling tab and check if that helps
#header_main_alternate, #header {
-webkit-transform: translateZ(0);
}
Regards,
Yigit
Sorry I forgot to update that I ended up figuring it out. Thank you though!