[Resolved] Hook Mobile Menu

Home Forums Support [Resolved] Hook Mobile Menu

Home Forums Support Hook Mobile Menu

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

    hello i have put this code and hooked it to generater_inside_mobile_header but it doesnt work, if i put it elsewhere i see it but there i cannot see it

    <?php
    do_action(‘wpml_add_language_selector’);
    ?>

    #2363208
    Ying
    Staff
    Customer Support

    Hi there,

    Try this CSS:

    #mobile-header.main-navigation .wpml-ls ul {
        display: block;
    }
    #2364289
    tolis

    yeah it worked thank you very much 😉

    #2369102
    Ying
    Staff
    Customer Support

    You are welcome   🙂

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