Tagged: x Author Posts October 6, 2016 at 6:31 am #1204955 ImpulseDevParticipant 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? October 6, 2016 at 8:43 am #1205072 JoaoModerator 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 Author Posts <script> jQuery(function($){ $("#no-reply-1204955 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In