-
AuthorPosts
-
June 17, 2021 at 2:22 pm #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 HTMLCache is already floated
WP and Enfold ist up to dateCan you please have a closer look? You will find login credientials in private content:
June 18, 2021 at 1:04 pm #1306340Hey frankeee,
It seems to be working fine on my end, please see screenshot in private.
Best regards,
RikardJuly 13, 2021 at 9:11 am #1309894Hi 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?
July 15, 2021 at 5:25 am #1310180Hi,
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,
RikardJuly 20, 2021 at 8:08 am #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, 4 months ago by frankeee.
July 21, 2021 at 5:04 am #1311005Hi,
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,
RikardAugust 10, 2021 at 10:55 am #1316026in 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?
August 11, 2021 at 10:22 am #1316235Hi,
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,
RikardAugust 12, 2021 at 12:50 pm #1316426Hello 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.
August 14, 2021 at 5:52 am #1316702 -
AuthorPosts
- You must be logged in to reply to this topic.