Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1172554

    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 :)

    #1172646

    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

    #1182104

    Hi there! Thanks! I am using a child theme :)

    Can you help further with the javascript and css?

    #1182222

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.