Tagged: Burger Menu
Hi guys,
I’m wondering if it’s possible to have the header be a regular text menu but then on scroll, when the header sticks have it convert to the burger menu. Let me know, thanks :)
Hi bobfurgo,
I think that’s possible with the use of javascript and css.
If you aren’t using a child theme, please use it first: https://kriesi.at/documentation/enfold/install-enfold-theme/
Best regards,
Nikko
Hi there! Thanks! I am using a child theme :)
Can you help further with the javascript and css?
Hi bobfurgo,
After checking further on this, I realized that the js script is already available and we can just use it’s class.
Just add this CSS code in Quick CSS, located in Enfold > General Styling:
.responsive #top .header-scrolled .av-main-nav .menu-item {
display: none
}
.responsive #top .header-scrolled .av-main-nav .menu-item-avia-special {
display: block
}
Best regards,
Nikko