Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1204955
    ImpulseDev
    Participant

    Hi guys I’ve got my logo in the navigation menu of my site, now the problem I’m having is that I cant have two logo’s in the nav so I need to hide the one in the “.x-brand img” class until the device is either a tablet or Mobile.

    How can I do this?

    #1205072
    Joao
    Moderator

    Hi There,

    Please add the following code:

    @media (min-width: 880px) {
    .x-brand img {
    display: none;
    }
    }

    If you need help hiding the logo from your navbar on tablets and mobile devices please provide your URL.

    Hope that helps

    Joao

  • <script> jQuery(function($){ $("#no-reply-1204955 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>