Hi Guys,
Hey Angelo,
Please try
#advanced_menu_toggle, #advanced_menu_hide {display:none!important;}
Best regards,
Mike
That didnt work
With this css code it doest work; #top .avia-font-entypo-fontello, [data-av_iconfont=’entypo-fontello’] {
font-family: ‘entypo-fontello’;
display: none;
}
but the problem is that the search icon in the footer also dissapears.
I have no idea what they did do to create that toggle menu as wel on mobile as on the desktop because it shouldnt be there at all.
Hi,
Your code would remove many other items, after trying my code did you clear browser cache and any cache plugin? Can you please include a admin login in the private content area so we can take a closer look.
Best regards,
Mike
WHen i did this;
#advanced_menu_hide {display:none !important;}
#advanced_menu_toggle {display:none !important;}
it did work. So for now it works thanks a lot!
Hi!
Glad you figured it out!
You are currently not using the latest version of the theme. Please update Enfold to 4.2 – kriesi.at/documentation/enfold/updating-your-theme-files/
Also, it seems like you have modified header.php file or /includes/helper-main-menu.php file in your child theme. That is why you were seeing old mobile menu. It was replaced with a new one and those files were updated. Please copy fresh copies of these files and apply the same changes on your child theme once again :)
Regards,
Yigit
Thanks a lot!