Tagged: hamburger icon
I tried adding this code below, but it does not load properly on the website. It made the icon larger, but I do not see menu on it.
#top #advanced_menu_toggle:after {
content: ‘MENU’;
font-size: 11px;
display: block;
line-height: 2px;
}
#top #advanced_menu_toggle, #top #advanced_menu_hide {
height: 56px;
}
Why do you answer other people’s questions, and not mine? I actually took over this site from another developer who was using your theme without a license, and bought a license, only asked one question and get no answer.
Just an FYI we use another theme and get answers to our support questions like this all the time. Thumbs down!
Used this code to accomplish adding menu to the hamburger icon:
#advanced_menu_toggle:after {
content: 'Menu' !important;
font-size: 13px !important;
left: 6px;
position: absolute;
top: 15px;
}