Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: Mobile Menu #1033878

    Sorry, forgot to mention my site:
    zorgsaamzuid.nl

    in reply to: Mobile Menu #1033877

    Helo Jordan,

    I would like to add the term ‘menu’ on the mobile menu! But it does not work on my theme Enfold, anyways not with the code:

    a#advanced_menu_toggle:before { content: url(https://www.zorgsaamzuid.nl/wp-content/uploads/2017/08/mobile_menu.jpg); }
    @media only screen and (max-width: 1180px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a { border: none !important; }
    }

    I put this code under CSS webstyling Quick CSS.

    BUT this code (as mentioned above) does not work either!

    #advanced_menu_toggle { right: 5%; color: white; }
    #advanced_menu_toggle:after {
    content: ‘Menu’;
    font-size: 18px;
    position: relative;
    top: -4px;
    left: 5px;
    color: white;
    }
    Thanks for your reply!
    Best Regards
    Rob (Zorgsaam)

    in reply to: Mobile Menu #1033605

    How did you do it? Because I can’t see the MENU next to the icon after I put the code in de CSS

    • This reply was modified 6 years, 2 months ago by ZorgSaam.
    in reply to: Menu Overlapping Logo #836413

    @media only screen and (max-width: 1200px) {
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
    display: block !important;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
    display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special a { border: none !important; }
    }

    My remarks: it works!
    Still I like to change the Hamburger Menu Icon….Where can I do that?

    • This reply was modified 7 years, 5 months ago by ZorgSaam.
Viewing 4 posts - 1 through 4 (of 4 total)