Hello,
I am trying to figure out a way to add the enfold sticky header class to a custom header I built. Any help would be greatly appreciated
Hey hostadmin!
That’s going to take a lot of time and code to implement and would have to be considered custom work. If it was me I would just style our default header. It looks very similar to what your currently doing anyway. It would be a lot easier than trying to code in our header functionality to your own.
Or if your just wanting your header to have a fixed position and scroll down the screen then you can do this.
.header { position: fixed !important; }
But it’s going to take some more CSS than that to get it like your wanting.
Best regards,
Elliott