Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1306188

    Hi,
    put a custom class into a coloumn of a mega menu – please see attachement:
    http://kundenbereich.postkomm.de/screenshots/keinplan.png
    … this class will not show up in the HTML

    Cache is already floated
    WP and Enfold ist up to date

    Can you please have a closer look? You will find login credientials in private content:

    #1306340

    Hey frankeee,

    It seems to be working fine on my end, please see screenshot in private.

    Best regards,
    Rikard

    #1309894

    Hi Rikard, sorry for the late reply (I didn´t realize your answer, because mail was in spam folder)

    OK, I can see the class in desktop view (in your screenshot). But not in mobile view (my Screenshot). Can you please have a deeper look?

    #1310180

    Hi,

    Thanks for the update. It looks like you have added the class to a column, and there are no columns in the mobile menu. What exactly are you trying to target?

    Best regards,
    Rikard

    #1310838

    … thanks for the hint – you are right – no cols in mobile!
    I want to hide “kein Plan” in the mobile menu. Therfore I need a custom class in UL. But only can give the LI a custom class.
    I made a screenshot with explanations to illustrate it: https://snipboard.io/lK2A31.jpg

    • This reply was modified 3 years, 3 months ago by frankeee.
    #1311005

    Hi,

    Thanks for the clarification. So you only want to hide the kein plan menu item? If so then you can use the class which is visible in your screenshot:

    @media only screen and (max-width: 767px) {
    .menu-item-233 {
      display: none;
    }
    }

    If you need further help with this, then please check the login details you posted, as they are not working anymore.

    Best regards,
    Rikard

    #1316026

    in mobile view the class .menu-item-233 is not showing up. This ist the code of the UL in mobile view:
    <ul class="sub-menu" style="display: block;"><li class="av-width-submenu"><a href="#"><span class="avia-bullet"></span><span class="avia-menu-text">Kein Plan</span><span class="av-submenu-indicator"></span></a><ul class="sub-menu"><li class="avia_mega_text_block keinplan-mobile menu-item-233"><a href="https://www.gonjoy-africa.de/reise-planen-lassen/" class="avia-button" style="">Reise planen lassen</a></li></ul></li></ul>

    How can I disable it in the mobile menu?

    #1316235

    Hi,

    Thanks for the update. The login details you posted are still not working. If we can’t access your site, then we can’t give you accurate CSS.

    Best regards,
    Rikard

    #1316426

    Hello Rikard,
    yes – long time ago I gave you login details. I did not think that this is still needed.

    In the meantime I found solution. I am now using my own mobile menu.

    Anyway, thanks for your support.

    #1316702

    Hi,

    Great, I’m glad that you found a solution, and thanks for the update. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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