Important notice: we will respond to all open ticket requests up until November the 1st. After this date, we will be unable to process the ticket requests here on Ticksy.

Okay
  Public Ticket #1331193
Mobile Menu
Closed

Comments

  • marcofacchinetti started the conversation

    Hi,

    I'm trying to costumize the Mobile Menu, but I've these problems:

    1.  I would like to have a Mobile Sticky Menu but I don't know how
    2. The Hamburger Menu is dark although I set the header's skin light
    3. The Hamburger Menu a:active is in the same color as background  (I think) and I can't change it. 

    Thank you very much for your prompt advice!

  •  1,845
    Elated replied

    Hello,

    1. Just go to Elated Options >> Header >> Choose Header Behavior >> Sticky on scroll up/down

    Note that you can set it globally in Elated Options >> Header and for some specific page in Elated Header page settings, too.

    2. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltdf-mobile-header .eltdf-mobile-menu-opener a {
        color:white;
    }

    3. You can try to add this css underneath in Elated Options >> General >> Custom CSS field:

    .eltdf-mobile-header .eltdf-mobile-menu-opener a:active {
        color:#f7be68;
    }


    The Elated Support Center has been moved to our centralized support platform. 

    Please note that any existing tickets prior to this change will be answered right here on Ticksy, and in due time. 

    If you wish to submit a new support request, for all new inquiries please head on to our Help Center.

    Elated Themes is part of Qode Interactive – the home of 300+ premium WordPress themes.

    Don’t forget to sign up for our newsletter and be the first to find out all the latest news.

  • marcofacchinetti replied

    1. I had already set this mode (Sticky on scroll up/down) but in mobile view, the Sticky menu pop up just for few second and disappears when you scroll down the page. 

  •   Elated replied privately