Archived topic
Remove navigation in footer on mobile. Logo not appearing on mobile
3 replies · Started by Krishna on January 9, 2019
Hello,
I would like to know where to go to remove the navigation in the footer section when someones view it on mobile or with a mobile ratio screen.
Also, the logo seems to not appear in the mobile view. Where can I switch the settings? I have been looking around but cannot find it.
Thank you for your help.
Hi there,
1. This CSS:
@media (max-width: 768px) {
#nav_menu-4 {
display: none;
}
}
2. You're using the Mobile Header which has its own logo which you can set in the Customizer > Layout > Header --> Mobile Header --> Mobile Header Logo
Thank you very much. This has solved my issue.
Glad to be of help.