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

    I need some help making some minor modifications with my mobile menu.

    1. I would like to remove the arrows before the menu item title.
    2. Make the font weight of the menu items on the mobile menu “light” to match the rest of my theme.

    I attached an image so you can see what I’m talking about. Thanks!

    #485265

    Hi djshortkut!

    1.) Try this code:

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

    2.) Use this code:

    span.avia-menu-text {
    font-weight: lighter !important;
    }
    

    Best regards,
    Andy

    #485266

    Hey djshortkut!

    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; }
    ul#mobile-advanced .avia-menu-text {
        font-weight: 100!important;
    }

    Best regards,
    Yigit

    #485573

    Thank you so much! You can close this thread.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Mobile Menu Modifications’ is closed to new replies.