Tagged: megamenu, mobile menu, Textblock
Hi,
We use the menu option “use description for textblock” in a megamenu. This works great but the text is nog visible on mobile. Can we make it visible there also?
Hey bonsaimedia,
Thank you for the link to your site, please try this code in the General Styling ▸ Quick CSS field or in the WordPress ▸ Customize ▸ Additional CSS field:
#av-burger-menu-ul .avia_mega_text_block.menu-item-2701 {
padding: 10px 30px;
}
#av-burger-menu-ul .avia_mega_text_block.menu-item-2701:before {
content: "\ Diverse praktische informatie over roosterzaken, ICT, Ziek, te laat, verlof, etc. vindt u op ons communicatienet.";
}
After applying the css, please clear your browser cache and check.
Please see the screenshot in the Private Content area or the expected results.
Best regards,
Mike
He Mike,
Yes, that works fine. Thanks!