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

    Hi support,

    Would you be able to tell what quick CSS would work to disable the icons on the full width sub menu please when in mobile view?

    Many thanks

    Dan

    #508299

    Hi danneeroy!

    Please add following code to Quick CSS

    a.mobile_menu_toggle:before {
        display: none;
    }

    If that does not help, please post the link to your website and a screenshot showing the changes you would like to make.

    Cheers!
    Yigit

    #508411

    Hi Yigit,

    Unfortunately this code hides the burger icon beside the “menu” title on the full width sub menu.

    Ideally i’d like to get rid of the icons on the submenu items and not the title itself

    thanks

    Dan

    #508415

    Hey!

    Please add following code to Quick CSS

    #mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }

    Regards,
    Yigit

    #508428

    Hi Yigit,

    No luck with that bit of quick CSS. The icons are still displaying next to the submenu items

    thanks

    Dan

    #508435

    Hi!

    Can you please post the link to your website?

    Regards,
    Yigit

    #508439

    My problem lies when viewed using an iphone. I want to hide the Small arrow icons next to the full width submenu items

    thanks, Dan

    #508451

    Hey!

    Please use following code

    #top .main_color .av-menu-mobile-active .av-subnav-menu > li > a:before { display: none !important; }

    Best regards,
    Yigit

    #508453

    Brilliant.

    That worked, thanks again!

    #508454

    Hey!

    You are welcome, glad we could help :)

    Cheers!
    Yigit

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘full width sub menu on mobile issue’ is closed to new replies.