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

    Ahoy –

    A couple of questions about the mobile menu –

    How do I change the text size of the menu item for mobile?
    How do I remove the arrows before the text?
    How do change the text color when hovered?

    #590870

    Hey mcraig77!

    Please add following code to Quick CSS

    #mobile-advanced a, #mobile-advanced .mega_menu_title { font-size: 20px; }
    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
    #mobile-advanced, #mobile-advanced a:hover .avia-menu-text, #mobile-advanced .mega_menu_title:hover .avia-menu-text {
        color: white!important;
    }

    Best regards,
    Yigit

    #591390

    Thanks!

    #591895

    Hi,

    Glad we could help :-)

    Regards,
    Rikard

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