Hi there,
I would like to hide the default menu that appears in the heather section, I would like only to show the logo. I couldn’t find if there’s an option to do so. Could you help?
Another question, is it possible to show the top heather and hide the main heather?
thanks!
Pilar
Hey inaudit,
Please try the following in Quick CSS under Enfold->General Styling:
nav.main_menu {
display:none;
}
I’m not sure I understand your second question, could you try to explain a bit further please?
Best regards,
Rikard
hi Rikard,
about the second question, I meant that there are like two heathers: the top heather where you can write a sentence or put the social profiles and the header with the logo and menu. Is it possible to hide the main menu where the logo is and only show the top heather?
As for the code, is ok but it is still with the responsive mode, how do I hide it?
thanks!
Hi,
Thanks for the update, please try this CSS as well:
.av-burger-menu-main.menu-item-avia-special {
display: none;
}
Best regards,
Rikard
Hi there,
private content