Forum Replies Created
-
AuthorPosts
-
Sorry, forgot to mention my site:
zorgsaamzuid.nlHelo 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)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.
@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.
-
AuthorPosts