[Resolved] Remove navigation in footer on mobile. Logo not appearing on mobile

Home Forums Support [Resolved] Remove navigation in footer on mobile. Logo not appearing on mobile

Home Forums Support Remove navigation in footer on mobile. Logo not appearing on mobile

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #777898
    Krishna

    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.

    #778060
    David
    Staff
    Customer Support

    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

    #778513
    Krishna

    Thank you very much. This has solved my issue.

    #778616
    David
    Staff
    Customer Support

    Glad to be of help.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.