Site logo

Archived topic

i cant remove the logo in the middle of my mobile navigation

7 replies · Started by mrbishwork on March 4, 2017

Viewing posts 1–8 of 8

Hello there. after following the steps provided on the link i still have the logo on my menu on mobile view.

Did you add these three classes: hide-on-mobile hide-on-tablet centered-navigation-logo in the CSS Classes field of your logo menu item as suggested in the page?

If you did and it's not working, can you provide a link to your page?

hey yeah I see the classes being added but it's being overwritten.

Try this CSS for now:

@media (max-width: 768px) {
    .main-navigation .main-nav .sf-menu .hide-on-mobile.centered-navigation-logo {
        display: none !important;
    }
}

Let me know if this works.

Thank you very much Leo !! its working now.

You're very welcome :)

This archived topic is closed to new replies.