In mobile mode there is a <span class “subtext” named “Company Name” in the header.
I don’t want that, where can i remove it? I didn’t found it in the menue description or in the enfold or wordpress settings.
I’ve posted the homepage below.
Thanks a lot
Hey eHouseIT,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria
Hi,
Thanks for that. First off, could you try updating the theme to the latest version (4.7.6.4) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.
Best regards,
Rikard
Thank you very much! Problem solved!
One more Question, is it possible to load the burger menu (mobile menu) earlier than normal, because i have a lot of nav menus and they’re automaticly stacking below when i shrink the window a little.
Hi,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 1024px) {
nav.main_menu {
display: block !important;
}
#avia-menu .menu-item {
display: none;
}
.av-burger-menu-main.menu-item-avia-special {
display: block;
}
}
Change the value 1024 to the pixel value of your choice.
Best regards,
Jordan Shannon